]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/gtk/readme.txt
Getting rid of odd control characters at EOL in source.
[wxWidgets.git] / docs / gtk / readme.txt
... / ...
CommitLineData
1
2 Welcome to wxWindows/Gtk 2.2
3
4you have downloaded version 2.2 of the GTK port of the
5wxWindows GUI library.
6
7wxWindows no longer supports GTK 1.0 (as did some early
8snapshots) so that you will need GTK 1.2 when using it.
9GTK 1.2.6 or above is recommended although some programs
10will work with GTK 1.2.3 onwards.
11
12More information is available from my homepage at:
13
14 http://wesley.informatik.uni-freiburg.de/~wxxt
15
16and about the wxWindows project as a whole (and the MSW
17and Motif ports in particular) can be found at Julian's
18homepage at:
19
20 http://www.wxwindows.org
21
22Information on how to install can be found in the file
23INSTALL.txt, but if you cannot wait, this should work on
24many systems:
25
26./configure --with-gtk
27make
28su <type root password>
29make install
30ldconfig
31exit
32
33When you run into problems, please read the INSTALL.txt and
34follow those instructions. If you still don't have any success,
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...
39
40The library produced by the install process will be called
41libwx_gtk.a (static) and libwx_gtk-2.2.so.0.0.0 (shared) so
42that once a binary incompatible version of wxWindows/Gtk comes
43out we'll augment the library version number to avoid linking
44problems.
45
46Please send problems concerning installation, feature requests,
47bug reports or comments to the wxWindows users list. Information
48on how to subscribe is available from my homepage.
49
50Do NOT send any comments directly to me.
51
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.
55
56 Regards,
57
58 Robert Roebling
59
60
61