| 1 | |
| 2 | Welcome to wxWidgets/Motif |
| 3 | |
| 4 | You have downloaded the Motif port of the wxWidgets GUI library. |
| 5 | |
| 6 | More information about the wxWidgets project as a whole |
| 7 | can be found at: |
| 8 | |
| 9 | http://www.wxwidgets.org/ |
| 10 | |
| 11 | Information on how to install can be found in the file |
| 12 | install.txt, but if you cannot wait, this should work on |
| 13 | many systems: |
| 14 | |
| 15 | ./configure --with-motif |
| 16 | make |
| 17 | su <type root password> |
| 18 | make install |
| 19 | ldconfig |
| 20 | exit |
| 21 | |
| 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 |
| 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 |
| 28 | the wxWidgets homepage) INCLUDING A DESCRIPTION OF YOUR SYSTEM AND |
| 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 |
| 32 | linked from the wxWidgets web page. |
| 33 | |
| 34 | The library produced by the install process will be called |
| 35 | libwx_motif.a (static) and libwx_motif-2.6.so.0.0.0 (shared) so that |
| 36 | once a binary incompatible version of wxWidgets/Motif comes out |
| 37 | we'll augment the library version number to avoid linking problems. |
| 38 | |
| 39 | Please send problems concerning installation, feature requests, |
| 40 | bug reports or comments to the wxWidgets users list. Information |
| 41 | on how to subscribe is available from www.wxwidgets.org. |
| 42 | |
| 43 | wxWidgets/Motif doesn't come with any guarantee whatsoever. It might |
| 44 | crash your hard disk or destroy your monitor. It doesn't claim to be |
| 45 | suitable for any special or general purpose. |
| 46 | |
| 47 | Regards, |
| 48 | |
| 49 | The wxWidgets team |
| 50 | |