]> git.saurik.com Git - wxWidgets.git/blame - docs/gtk/readme.txt
wxPython doc updates
[wxWidgets.git] / docs / gtk / readme.txt
CommitLineData
c67d8618 1
e9093718 2 Welcome to wxWindows/Gtk 2.1.12
2a29700e 3
034be888 4you have downloaded version 2.1 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
10Nonetheless, beware that major changes can happen before
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.
8e1e6fac 15
ad9edf45
RR
16Beginning with snapshot 9, wxWindows uses a completely
17new make file system on Unix which no longer uses the
18various GNU tools and I hope that I'll never again have
19to write any more makefiles.
8e1e6fac 20
8710cf5c
RR
21More information is available from my homepage at:
22
23 http://wesley.informatik.uni-freiburg.de/~wxxt
24
e90196a5
RR
25and about the wxWindows project as a whole (and the MSW
26and Motif ports in particular) can be found at Julian's
27homepage at:
8710cf5c
RR
28
29 http://web.ukonline.co.uk/julian.smart/wxwin
30
63852e78
RR
31Information on how to install can be found in the file
32INSTALL.txt, but if you cannot wait, this should work on
e90196a5 33many systems:
c67d8618 34
e90196a5 35./configure --with-gtk
c67d8618 36make
034be888 37su <type root password>
c67d8618 38make install
93b7364e 39ldconfig
034be888 40exit
8710cf5c 41
fc9c7c09 42When you run into problems, please read the INSTALL.txt and
a802c3a1 43follow those instructions. If you still don't have any success,
fc9c7c09
RR
44please send a bug report to one of our mailing list, INCLUDING
45A DESCRIPTION OF YOUR SYSTEM AND YOUR PROBLEM, SUCH AS YOUR
46VERSION OF GTK, WXGTK, WHAT DISTRIBUTION YOU USE AND WHAT ERROR
47WAS REPORTED. I know this has no effect, but I tried...
a802c3a1 48
8710cf5c 49The library produced by the install process will be called
e9093718 50libwx_gtk.a (static) and libwx_gtk-2.1.so.12.0.0 (shared) so
fc9c7c09
RR
51that once a binary incompatible version of wxWindows/Gtk comes
52out we'll augment the library version number to avoid linking
53problems.
c67d8618 54
c67d8618 55Please send problems concerning installation, feature requests,
51d55e1c
RR
56bug reports or comments to the wxWindows users list. Information
57on how to subscribe is available from my homepage.
c67d8618 58
fc9c7c09
RR
59wxWindows/Gtk doesn't come with any guarantee whatsoever. It
60might crash your harddisk or destroy your monitor. It doesn't
61claim to be suitable for any special or general purpose.
c67d8618
RR
62
63 Regards,
64
65 Robert Roebling
66
67
68