]> git.saurik.com Git - wxWidgets.git/blame - docs/gtk/readme.txt
Corrected PNG etc include paths
[wxWidgets.git] / docs / gtk / readme.txt
CommitLineData
c67d8618 1
0544bc0a 2 Welcome to wxWindows/Gtk 2.1 snapshot 8,
2a29700e 3
034be888
RR
4you have downloaded version 2.1 of the GTK+ 1.2 port of
5the wxWindows GUI library. This is a developers release
6and is it not suited for production development. Beware
8e1e6fac
RR
7that major changes can happen before a final release.
8
51d55e1c 9Beginning with snapshot 6, wxWindows uses a completely
8e1e6fac
RR
10new make file system on Unix that uses GNU automake,
11GNU autoconf and GNU autoheader. You do not need these
12programs in order to use the library, but for taking
2b62ab35 13part in its development, they are required. Read the
51d55e1c
RR
14INSTALL.txt file for learning what you can do with the
15new configure/automake/libtool system.
8e1e6fac 16
8710cf5c
RR
17More information is available from my homepage at:
18
19 http://wesley.informatik.uni-freiburg.de/~wxxt
20
21and about the wxWindows project as a whole (and the
22Windows and Motif ports in particular) can be found
23at Julian Smart's homepage at:
24
25 http://web.ukonline.co.uk/julian.smart/wxwin
26
63852e78
RR
27Information on how to install can be found in the file
28INSTALL.txt, but if you cannot wait, this should work on
4dcaf11a
RR
29many systems (when using GTK 1.0 or when not using Linux
30read the INSTALL.txt):
c67d8618 31
8710cf5c 32./configure
c67d8618 33make
034be888 34su <type root password>
c67d8618 35make install
93b7364e 36ldconfig
034be888 37exit
8710cf5c 38
a802c3a1
RR
39When you run into problems, please read the INSTALL.txt and
40follow those instructions. If you still don't have any success,
41please send a bug report to one of our mailing lists (see
42my homepage) INCLUDING A DESCRIPTION OF YOUR SYSTEM AND
43YOUR PROBLEM, SUCH AS YOUR VERSION OF GTK, WXGTK, WHAT
44DISTRIBUTION YOU USE AND WHAT ERROR WAS REPORTED. I know
45this has no effect, but I tried...
46
8710cf5c 47The library produced by the install process will be called
8e1e6fac 48libwx_gtk.a (static) and libwx_gtk-2.1.so.0.0.0 (shared) so that
8710cf5c 49once a binary incompatible version of wxWindows/Gtk comes out
93b7364e 50we'll augment the library version number to avoid linking problems.
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
6daa0637
RR
56wxWindows/Gtk doesn't come with any guarantee whatsoever. It might
57crash your harddisk or destroy your monitor. It doesn't claim to be
93b7364e 58suitable for any special or general purpose.
c67d8618
RR
59
60 Regards,
61
62 Robert Roebling
63
64
65