]> git.saurik.com Git - wxWidgets.git/blame - docs/motif/readme.txt
Removed versions so we don't have to update with every release
[wxWidgets.git] / docs / motif / readme.txt
CommitLineData
2dc5505e 1
d716e453 2 Welcome to wxWidgets/Motif
af111fc3 3
d716e453 4You have downloaded the Motif port of the wxWidgets GUI library.
af111fc3 5
fc2171bd 6More information about the wxWidgets project as a whole
9ba09ba5 7can be found at:
af111fc3 8
fc2171bd 9 http://www.wxwidgets.org/
af111fc3
JS
10
11Information on how to install can be found in the file
9ba09ba5 12install.txt, but if you cannot wait, this should work on
af111fc3
JS
13many systems:
14
15./configure --with-motif
16make
17su <type root password>
18make install
19ldconfig
20exit
21
9ba09ba5
JS
22Alternatively, a script (makewxmotif) for running configure can
23be found in this directory.
24
25When you run into problems, please read the install.txt and
af111fc3
JS
26follow those instructions. If you still don't have any success,
27please send a bug report to one of our mailing lists (see
fc2171bd 28the wxWidgets homepage) INCLUDING A DESCRIPTION OF YOUR SYSTEM AND
9ba09ba5
JS
29YOUR PROBLEM, SUCH AS YOUR VERSION OF MOTIF, WXMOTIF, WHAT
30DISTRIBUTION YOU USE AND WHAT ERROR WAS REPORTED.
31Alternatively, you may also use the bug reporting system
fc2171bd 32linked from the wxWidgets web page.
af111fc3
JS
33
34The library produced by the install process will be called
dcb39c53 35libwx_motif.a (static) and libwx_motif-2.6.so.0.0.0 (shared) so that
fc2171bd 36once a binary incompatible version of wxWidgets/Motif comes out
af111fc3
JS
37we'll augment the library version number to avoid linking problems.
38
39Please send problems concerning installation, feature requests,
fc2171bd
JS
40bug reports or comments to the wxWidgets users list. Information
41on how to subscribe is available from www.wxwidgets.org.
af111fc3 42
fc2171bd 43wxWidgets/Motif doesn't come with any guarantee whatsoever. It might
9ba09ba5 44crash your hard disk or destroy your monitor. It doesn't claim to be
af111fc3
JS
45suitable for any special or general purpose.
46
47 Regards,
48
fc2171bd 49 The wxWidgets team
2dc5505e 50