]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/x11/readme.txt
drawer sample mods from ABX (with only one mod - _CODE Added to #define USE_DRAWER 0)
[wxWidgets.git] / docs / x11 / readme.txt
... / ...
CommitLineData
1
2 Welcome to wxWidgets/X11 2.5.2
3
4You have downloaded version 2.5.2 of the X11 port of
5the wxWidgets 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 wxWidgets project as a whole
11can be found at:
12
13 http://www.wxwidgets.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
19./configure --with-x11 --disable-shared --enable-log --enable-debug -without-odbc --enable-debug_cntxt
20
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 wxWidgets homepage) INCLUDING A DESCRIPTION OF YOUR SYSTEM AND
31YOUR PROBLEM, SUCH AS YOUR VERSION OF X, WHAT DISTRIBUTION YOU USE
32AND WHAT ERROR WAS REPORTED. Alternatively, you may also use the bug
33reporting system linked from the wxWidgets web page.
34
35The library produced by the install process will be called
36libwx_x11univ[d].a (static) and libwx_x11univ[d]-2.3.so.0.0.0
37(shared) so that once a binary incompatible version of
38wxWidgets/X11 comes out we'll augment the library version number
39to avoid linking problems.
40
41Please send problems concerning installation, feature requests,
42bug reports or comments to the wxWidgets users list. Information
43on how to subscribe is available from www.wxwidgets.org.
44
45wxWidgets/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
52Many of the samples are running.
53
54Some remaining issues:
55
56- some refresh efficiency issues
57- clipboard implementation missing
58- drag and drop implementation missing
59- wxX11's wxTextCtrl (separate from wxUniv version)
60 needs some work, for example to remove vertical scrollbar,
61 and to provide wordwrap
62- wxToggleButton implementation missing
63- wxSpinCtrl implementation missing
64- tooltips implementation missing
65- code common to the Motif and X11 ports needs to be merged
66- need thread safety in event loop
67
68 Regards,
69
70 The wxWidgets team
71