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