2020-11-30 18:22:58 -05:00
|
|
|
Welcome to wxWidgets for GTK
|
|
|
|
----------------------------
|
1998-10-27 17:03:21 -05:00
|
|
|
|
2020-11-30 18:22:58 -05:00
|
|
|
You have downloaded the GTK port of the wxWidgets GUI library.
|
1999-10-31 10:31:43 -05:00
|
|
|
|
2020-11-30 18:22:58 -05:00
|
|
|
This port works best with GTK 3, but also supports versions as
|
|
|
|
old as GTK 2.6 (although some features are only available when
|
|
|
|
using GTK+ 2.10 or higher). Note that even if you compile
|
|
|
|
wxWidgets against a later GTK version, your application will
|
|
|
|
still work with older GTK versions with the same major version
|
|
|
|
as wxWidgets tests for the presence of newer features at run-time
|
|
|
|
and it will fall back to a generic implementation if these
|
|
|
|
features are not present in the GTK version used.
|
2006-12-09 14:48:46 -05:00
|
|
|
|
2020-11-30 18:22:58 -05:00
|
|
|
More information about the wxWidgets project (including all the
|
2004-12-11 16:54:12 -05:00
|
|
|
other ports and version of wxWidgets) can be found at the
|
|
|
|
main wxWidgets homepage at:
|
1998-12-31 16:58:16 -05:00
|
|
|
|
2015-10-30 22:06:09 -04:00
|
|
|
https://www.wxwidgets.org/
|
|
|
|
|
|
|
|
Information on how to install can be found in the file
|
2020-11-30 18:22:58 -05:00
|
|
|
install.md, but if you cannot wait, this should work on
|
1999-10-31 10:31:43 -05:00
|
|
|
many systems:
|
1998-10-27 17:03:21 -05:00
|
|
|
|
2004-12-11 16:54:12 -05:00
|
|
|
mkdir build_gtk
|
|
|
|
cd build_gtk
|
2006-08-05 11:24:46 -04:00
|
|
|
../configure
|
2003-04-11 20:02:28 -04:00
|
|
|
make
|
|
|
|
su <type root password>
|
|
|
|
make install
|
|
|
|
ldconfig
|
1998-12-31 16:58:16 -05:00
|
|
|
|
2020-11-30 18:22:58 -05:00
|
|
|
In order to use wxGTK with GTK 2 you need to use --with-gtk=2
|
|
|
|
configure option.
|
2002-08-20 11:48:14 -04:00
|
|
|
|
2003-04-11 20:02:28 -04: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!
|
|
|
|
|
2015-10-30 22:06:09 -04:00
|
|
|
Please send problems concerning installation, feature requests,
|
2004-12-11 16:54:12 -05:00
|
|
|
bug reports or comments to the wxWidgets users list. These can
|
2015-10-30 22:06:09 -04:00
|
|
|
be found at https://www.wxwidgets.org/support/mailing-lists/
|
1998-10-27 17:03:21 -05:00
|
|
|
|
2020-11-30 18:22:58 -05:00
|
|
|
Please see the manual for further information.
|