]> git.saurik.com Git - wxWidgets.git/blame - docs/motif2/readme.txt
Added dependency checking and all that.
[wxWidgets.git] / docs / motif2 / readme.txt
CommitLineData
a622c152
RR
1
2 Welcome to wxWindows/Motif 2.1 snapshot 7,
3
4you have downloaded version 2.1 of the Motif port of
5the wxWindows GUI library. This is a developers release
6and is it not suited for production development. Beware
7that major changes can happen before a final release.
8
9More information is available from my homepage at:
10
11 http://wesley.informatik.uni-freiburg.de/~wxxt
12
13and about the wxWindows project as a whole (and the
14Windows and Motif ports in particular) can be found
15at Julian Smart's homepage at:
16
17 http://web.ukonline.co.uk/julian.smart/wxwin
18
19Information on how to install can be found in the file
20INSTALL.txt, but if you cannot wait, this should work on
21many systems:
22
23./configure --with-motif
24make
25su <type root password>
26make install
27ldconfig
28exit
29
30When you run into problems, please read the INSTALL.txt and
31follow those instructions. If you still don't have any success,
32please send a bug report to one of our mailing lists (see
33my homepage) INCLUDING A DESCRIPTION OF YOUR SYSTEM AND
34YOUR PROBLEM, SUCH AS YOUR VERSION OF GTK, WXGTK, WHAT
35DISTRIBUTION YOU USE AND WHAT ERROR WAS REPORTED. I know
36this has no effect, but I tried...
37
38The library produced by the install process will be called
39libwx_motif.a (static) and libwx_motif-2.1.so.0.0.0 (shared) so that
40once a binary incompatible version of wxWindows/Motif comes out
41we'll augment the library version number to avoid linking problems.
42
43Please send problems concerning installation, feature requests,
44bug reports or comments to the wxWindows users list. Information
45on how to subscribe is available from my homepage.
46
47wxWindows/Motif doesn't come with any guarantee whatsoever. It might
48crash your harddisk or destroy your monitor. It doesn't claim to be
49suitable for any special or general purpose.
50
51 Regards,
52
53 Robert Roebling
54
55
56