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