1998-10-27 22:03:21 +00:00
|
|
|
|
2004-05-04 08:27:20 +00:00
|
|
|
Welcome to wxWidgets/Gtk 2.5
|
1999-01-29 12:54:50 +00:00
|
|
|
|
2004-12-11 21:54:12 +00:00
|
|
|
You have downloaded version 2.5 of the GTK+ port of the
|
2004-05-04 08:27:20 +00:00
|
|
|
wxWidgets GUI library.
|
1999-10-31 15:31:43 +00:00
|
|
|
|
2004-12-11 21:54:12 +00:00
|
|
|
wxWidgets no longer supports GTK 1.0.x (as did some early
|
|
|
|
snapshots) and support for GTK 1.2.x will be phased out
|
|
|
|
over time. Nearly all work is now done on GTK 2.0.x and
|
|
|
|
quite a few of the enhancements of GTK+ 2.2.x and even
|
|
|
|
GTK 2.4.x are used.
|
1999-06-07 14:51:24 +00:00
|
|
|
|
2004-12-11 21:54:12 +00:00
|
|
|
More info about the wxWidgets project (including all the
|
|
|
|
other ports and version of wxWidgets) can be found at the
|
|
|
|
main wxWidgets homepage at:
|
1998-12-31 21:58:16 +00:00
|
|
|
|
2004-05-04 08:27:20 +00:00
|
|
|
http://www.wxwidgets.org
|
1998-12-31 21:58:16 +00:00
|
|
|
|
1998-12-18 17:05:57 +00:00
|
|
|
Information on how to install can be found in the file
|
|
|
|
INSTALL.txt, but if you cannot wait, this should work on
|
1999-10-31 15:31:43 +00:00
|
|
|
many systems:
|
1998-10-27 22:03:21 +00:00
|
|
|
|
2004-12-11 21:54:12 +00:00
|
|
|
mkdir build_gtk
|
|
|
|
cd build_gtk
|
2003-04-12 00:02:28 +00:00
|
|
|
../configure --with-gtk
|
|
|
|
make
|
|
|
|
su <type root password>
|
|
|
|
make install
|
|
|
|
ldconfig
|
1998-12-31 21:58:16 +00:00
|
|
|
|
2003-04-12 00:02:28 +00:00
|
|
|
In order to use wxGTK with GTK 2.0 you need to use --enable-gtk2
|
|
|
|
configure option. To build the library in Unicode mode (all
|
|
|
|
strings will be wide strings and so on) you need to configure
|
|
|
|
with GTK 2.0 and add --enable-unicode.
|
2002-08-20 15:48:14 +00:00
|
|
|
|
2003-04-12 00:02:28 +00:00
|
|
|
Please note that it is strongly advised to build the library in
|
|
|
|
a separate directory, as shown above, as it allows you to have
|
|
|
|
different builds of it (for example with and without debug) in
|
|
|
|
parallel. If you build in the source directory, don't forget to
|
|
|
|
do "make clean" before changing the configuration!
|
|
|
|
|
|
|
|
|
1999-11-01 18:20:39 +00:00
|
|
|
When you run into problems, please read the INSTALL.txt and
|
1998-11-26 07:11:24 +00:00
|
|
|
follow those instructions. If you still don't have any success,
|
1999-11-01 18:20:39 +00:00
|
|
|
please send a bug report to one of our mailing list, INCLUDING
|
|
|
|
A DESCRIPTION OF YOUR SYSTEM AND YOUR PROBLEM, SUCH AS YOUR
|
|
|
|
VERSION OF GTK, WXGTK, WHAT DISTRIBUTION YOU USE AND WHAT ERROR
|
|
|
|
WAS REPORTED. I know this has no effect, but I tried...
|
1998-11-26 07:11:24 +00:00
|
|
|
|
1998-10-27 22:03:21 +00:00
|
|
|
Please send problems concerning installation, feature requests,
|
2004-12-11 21:54:12 +00:00
|
|
|
bug reports or comments to the wxWidgets users list. These can
|
|
|
|
be found at http://www.wxwidgets.org and more specifically at
|
|
|
|
http://lists.wxwidgets.org.
|
1998-10-27 22:03:21 +00:00
|
|
|
|
2000-01-24 13:13:41 +00:00
|
|
|
Do NOT send any comments directly to me.
|
|
|
|
|
2004-05-04 08:27:20 +00:00
|
|
|
wxWidgets/Gtk doesn't come with any guarantee whatsoever. It
|
1999-11-01 18:20:39 +00:00
|
|
|
might crash your harddisk or destroy your monitor. It doesn't
|
|
|
|
claim to be suitable for any special or general purpose.
|
1998-10-27 22:03:21 +00:00
|
|
|
|
|
|
|
Regards,
|
|
|
|
|
|
|
|
Robert Roebling
|
|
|
|
|