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