]> git.saurik.com Git - wxWidgets.git/blame - docs/x11/readme.txt
Compilation fix for wxMSW with wxUSE_MSGBOX_HOOK==0.
[wxWidgets.git] / docs / x11 / readme.txt
CommitLineData
1cf13934 1
d716e453 2 Welcome to wxWidgets/X11
1cf13934 3
d716e453
JS
4You have downloaded the X11 port of the wxWidgets GUI library.
5This runs on X11 with no Motif, Xt, GTK+ or any other standard
6widget set -- instead it uses the wxUniversal widgets. The
7intention is to have it run on NanoX as well as desktop X11.
1cf13934 8
fc2171bd 9More information about the wxWidgets project as a whole
1cf13934
JS
10can be found at:
11
fc2171bd 12 http://www.wxwidgets.org
1cf13934
JS
13
14Information on how to install can be found in the file
15install.txt, but if you cannot wait, this should work on
16many systems:
17
b55a176b 18./configure --with-x11 --disable-shared --enable-log --enable-debug -without-odbc --enable-debug_cntxt
ea596687 19
1cf13934
JS
20make
21su <type root password>
22make install
23ldconfig
24exit
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
fc2171bd 29the wxWidgets homepage) INCLUDING A DESCRIPTION OF YOUR SYSTEM AND
b55a176b
JS
30YOUR PROBLEM, SUCH AS YOUR VERSION OF X, WHAT DISTRIBUTION YOU USE
31AND WHAT ERROR WAS REPORTED. Alternatively, you may also use the bug
fc2171bd 32reporting system linked from the wxWidgets web page.
1cf13934
JS
33
34The library produced by the install process will be called
868741e9
JS
35libwx_x11univ[d].a (static) and libwx_x11univ[d]-2.3.so.0.0.0
36(shared) so that once a binary incompatible version of
fc2171bd 37wxWidgets/X11 comes out we'll augment the library version number
868741e9 38to avoid linking problems.
1cf13934
JS
39
40Please send problems concerning installation, feature requests,
fc2171bd
JS
41bug reports or comments to the wxWidgets users list. Information
42on how to subscribe is available from www.wxwidgets.org.
1cf13934 43
fc2171bd 44wxWidgets/X11 doesn't come with any guarantee whatsoever. It might
1cf13934
JS
45crash your hard disk or destroy your monitor. It doesn't claim to be
46suitable for any special or general purpose.
47
48Status
49======
50
868741e9
JS
51Many of the samples are running.
52
53Some remaining issues:
54
55- some refresh efficiency issues
868741e9
JS
56- clipboard implementation missing
57- drag and drop implementation missing
58ec2255
JS
58- wxX11's wxTextCtrl (separate from wxUniv version)
59 needs some work, for example to remove vertical scrollbar,
60 and to provide wordwrap
868741e9
JS
61- wxToggleButton implementation missing
62- wxSpinCtrl implementation missing
63- tooltips implementation missing
b55a176b 64- code common to the Motif and X11 ports needs to be merged
868741e9 65- need thread safety in event loop
1cf13934
JS
66
67 Regards,
68
fc2171bd 69 The wxWidgets team
1cf13934 70