]> git.saurik.com Git - wxWidgets.git/blame - docs/x11/readme.txt
show the standard wxWin fonts (modified patch 530698)
[wxWidgets.git] / docs / x11 / readme.txt
CommitLineData
1cf13934
JS
1
2 Welcome to wxWindows/X11 2.3.2
3
4You have downloaded version 2.3.2 of the X11 port of
5the wxWindows GUI library. This runs on X11 with no
6Motif, Xt, GTK+ or any other standard widget set --
7instead it uses the wxUniversal widgets. The intention
8is to have it run on NanoX as well as desktop X11.
9
10More information about the wxWindows project as a whole
11can be found at:
12
13 http://www.wxwindows.org
14
15Information on how to install can be found in the file
16install.txt, but if you cannot wait, this should work on
17many systems:
18
ea596687
JS
19./configure --with-x11 --disable-shared --with-x11 --with-debug_flag --enable-log --with-debug_info --enable-debug --without-threads --without-sockets -without-odbc -with-libjpeg --enable-debug_cntxt --disable-no_rtti"
20
1cf13934
JS
21make
22su <type root password>
23make install
24ldconfig
25exit
26
27When you run into problems, please read the install.txt and
28follow those instructions. If you still don't have any success,
29please send a bug report to one of our mailing lists (see
30the wxWindows homepage) INCLUDING A DESCRIPTION OF YOUR SYSTEM AND
31YOUR PROBLEM, SUCH AS YOUR VERSION OF MOTIF, WXMOTIF, WHAT
32DISTRIBUTION YOU USE AND WHAT ERROR WAS REPORTED.
33Alternatively, you may also use the bug reporting system
34linked from the wxWindows web page.
35
36The library produced by the install process will be called
37libwx_x11.a (static) and libwx_x11-2.3.so.0.0.0 (shared) so that
38once a binary incompatible version of wxWindows/X11 comes out
39we'll augment the library version number to avoid linking problems.
40
41Please send problems concerning installation, feature requests,
42bug reports or comments to the wxWindows users list. Information
43on how to subscribe is available from www.wxwindows.org.
44
45wxWindows/X11 doesn't come with any guarantee whatsoever. It might
46crash your hard disk or destroy your monitor. It doesn't claim to be
47suitable for any special or general purpose.
48
49Status
50======
51
52This is new port and doesn't yet compile, but do please join in
53and help. It's actually quite a simple port since most of the hard work
54is done by the wxUniversal widgets.
55
56 Regards,
57
58 The wxWindows team
59