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