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