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