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