]> git.saurik.com Git - wxWidgets.git/blob - docs/gtk/readme.txt
Keyboard navigatino in tree ctrl
[wxWidgets.git] / docs / gtk / readme.txt
1
2 Welcome to wxWindows/Gtk,
3
4 you have downloaded version 1.99 of the GTK+ port of C++ library
5 wxWindows. Information on how to install can be found in the
6 file INSTALL.txt, but if you cannot wait, this should work on
7 all systems
8
9 configure --without-threads
10 make
11 su (PASSWORD)
12 make install
13
14 When you run into problems, please read the INSTALL.txt and
15 follow those instructions. If you still don't have any success,
16 please send a bug report to one of our mailing lists (see
17 my homepage) INCLUDING A DESCRIPTION OF YOUR SYSTEM AND
18 YOUR PROBLEM, SUCH AS YOUR VERSION OF GTK, WXGTK, WHAT
19 DISTRIBUTION YOU USE AND WHAT ERROR WAS REPORTED. I know
20 this has no effect, but I tried...
21
22 This is the beta release which means that we have a feature
23 freeze. We'll move up to versin 2.0 rather soon and from then
24 on there will be no more binary incompatible changes. We might
25 add more classes, but none that would alter the behaviour of
26 the existing ones. The library produced by the install process
27 of the final version will be called libwx_gtk_1_0.a (static)
28 and libwx_gtk_1_0.so.2.0.0 (shared) so that once a version
29 of wxWindows/Gtk for GTK 1.2 comes out we'll change the name
30 of the library to avoid linking problems.
31
32 More information is available from my homepage at
33
34 http://wesley.informatik.uni-freiburg.de/~wxxt
35
36 Please send problems concerning installation, feature requests,
37 bug reports or comments to either the wxGTK mailing list or to
38 the wxWindows developers list. Information on how to subscribe
39 is available from my homepage.
40
41 wxWindows/Gtk doesn't come with any guarantee whatsoever. It might
42 crash your harddisk or destroy your monitor. It doesn't claim to be
43 suitable for any special purpose.
44
45 Regards,
46
47 Robert Roebling
48
49
50