]> git.saurik.com Git - wxWidgets.git/blame - docs/gtk/readme.txt
Fixed Vadims fix.
[wxWidgets.git] / docs / gtk / readme.txt
CommitLineData
c67d8618 1
88413fec 2 Welcome to wxWindows/Gtk 2.1.13
2a29700e 3
510fc784 4you have downloaded a beta version of the GTK+ 1.2 port of
e90196a5
RR
5the wxWindows GUI library. Although this is not yet the
6final stable release wxGTK 2.2, the current version has
7been tested carefully on many systems and has been found
8to work better than any other previous version.
9
510fc784 10Nonetheless, beware that minor changes can happen before
e90196a5
RR
11a final release.
12
13wxWindows no longer supports GTK 1.0 (as did some early
14snapshots) so that you will need GTK 1.2 when using it.
510fc784
RR
15GTK 1.2.6 is recommended although many programs will work
16with GTK 1.2.3 onwards.
8e1e6fac 17
8710cf5c
RR
18More information is available from my homepage at:
19
20 http://wesley.informatik.uni-freiburg.de/~wxxt
21
e90196a5
RR
22and about the wxWindows project as a whole (and the MSW
23and Motif ports in particular) can be found at Julian's
24homepage at:
8710cf5c
RR
25
26 http://web.ukonline.co.uk/julian.smart/wxwin
27
63852e78
RR
28Information on how to install can be found in the file
29INSTALL.txt, but if you cannot wait, this should work on
e90196a5 30many systems:
c67d8618 31
e90196a5 32./configure --with-gtk
c67d8618 33make
034be888 34su <type root password>
c67d8618 35make install
93b7364e 36ldconfig
034be888 37exit
8710cf5c 38
fc9c7c09 39When you run into problems, please read the INSTALL.txt and
a802c3a1 40follow those instructions. If you still don't have any success,
fc9c7c09
RR
41please send a bug report to one of our mailing list, INCLUDING
42A DESCRIPTION OF YOUR SYSTEM AND YOUR PROBLEM, SUCH AS YOUR
43VERSION OF GTK, WXGTK, WHAT DISTRIBUTION YOU USE AND WHAT ERROR
44WAS REPORTED. I know this has no effect, but I tried...
a802c3a1 45
8710cf5c 46The library produced by the install process will be called
88413fec 47libwx_gtk.a (static) and libwx_gtk-2.1.so.13.0.0 (shared) so
fc9c7c09
RR
48that once a binary incompatible version of wxWindows/Gtk comes
49out we'll augment the library version number to avoid linking
50problems.
c67d8618 51
c67d8618 52Please send problems concerning installation, feature requests,
51d55e1c
RR
53bug reports or comments to the wxWindows users list. Information
54on how to subscribe is available from my homepage.
c67d8618 55
510fc784
RR
56Do NOT send any comments directly to me.
57
fc9c7c09
RR
58wxWindows/Gtk doesn't come with any guarantee whatsoever. It
59might crash your harddisk or destroy your monitor. It doesn't
60claim to be suitable for any special or general purpose.
c67d8618
RR
61
62 Regards,
63
64 Robert Roebling
65
66
67