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