update for GTK3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11,7 +11,7 @@ IMPORTANT NOTE:
|
|||||||
|
|
||||||
When sending bug reports tell us what version of wxWidgets you are
|
When sending bug reports tell us what version of wxWidgets you are
|
||||||
using (including the beta) and what compiler on what system. One
|
using (including the beta) and what compiler on what system. One
|
||||||
example: wxGTK 2.8.0, gcc 3.4.5, Fedora Core 4
|
example: wxGTK 3.0.0, GCC 4.8.1, Fedora 19
|
||||||
|
|
||||||
* The simplest case
|
* The simplest case
|
||||||
-------------------
|
-------------------
|
||||||
@@ -37,8 +37,8 @@ If you want to remove wxWidgets on Unix you can do this:
|
|||||||
> make uninstall
|
> make uninstall
|
||||||
> ldconfig
|
> ldconfig
|
||||||
|
|
||||||
Note that by default, GTK+ 2.X is used. GTK+ 1.2 can be specified
|
Note that by default, GTK+ 2.x is used. GTK+ 3 can be specified
|
||||||
with --with-gtk=1.
|
with --with-gtk=3.
|
||||||
|
|
||||||
* The expert case
|
* The expert case
|
||||||
-----------------
|
-----------------
|
||||||
@@ -80,8 +80,8 @@ pass the appropriate flags when using them.
|
|||||||
For any configure errors: please look at config.log file which was generated
|
For any configure errors: please look at config.log file which was generated
|
||||||
during configure run, it usually contains some useful information.
|
during configure run, it usually contains some useful information.
|
||||||
|
|
||||||
configure reports, that you don't have GTK+ 1.2/2.0 installed although you are
|
configure reports, that you don't have GTK+ 1.2/2.0/3.0 installed although you
|
||||||
very sure you have. Well, you have installed it, but you also have another
|
are very sure you have. Well, you have installed it, but you also have another
|
||||||
version of the GTK+ installed, which you may need to remove including other
|
version of the GTK+ installed, which you may need to remove including other
|
||||||
versions of glib (and its headers). Or maybe you installed it in a non-default
|
versions of glib (and its headers). Or maybe you installed it in a non-default
|
||||||
location and configure can't find it there, so please check that your PATH
|
location and configure can't find it there, so please check that your PATH
|
||||||
@@ -250,9 +250,8 @@ if you use all of our SVN repository you have to choose a
|
|||||||
toolkit. You must do this by running configure with either of:
|
toolkit. You must do this by running configure with either of:
|
||||||
|
|
||||||
--with-gtk=2 Use the GTK+ 2.0. Default.
|
--with-gtk=2 Use the GTK+ 2.0. Default.
|
||||||
|
--with-gtk=3 Use the GTK+ 3.
|
||||||
--with-gtk=1 Use the GTK+ 1.2.
|
--with-gtk=1 Use the GTK+ 1.2.
|
||||||
--with-motif Use either Motif or Lesstif
|
|
||||||
Configure will look for both.
|
|
||||||
|
|
||||||
The following options handle the kind of library you want to build.
|
The following options handle the kind of library you want to build.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user