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