readme.txt 1.6 KB

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