New --with-gtk=VALUE syntax
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1ce1bd84ea
commit
558282a81b
@ -97,11 +97,11 @@ place, then do the same for wxPython.
|
|||||||
|
|
||||||
--enable-monolithic \
|
--enable-monolithic \
|
||||||
|
|
||||||
By default GTK2 will be selected if its development pacakge is
|
By default GTK 2.x will be used for the build. If you woudl rather
|
||||||
installed on your build system. To force the use of GTK 1.2.x
|
use GTK 1.2.x for some reason then you can force configure to use
|
||||||
instead add this flag::
|
it by changing the --with-gtk flag to specify it like this::
|
||||||
|
|
||||||
--disable-gtk2 \
|
--with-gtk=1 \
|
||||||
|
|
||||||
To make the wxWidgets build be unicode enabled (strongly
|
To make the wxWidgets build be unicode enabled (strongly
|
||||||
recommended if you are building with GTK2) then add the following.
|
recommended if you are building with GTK2) then add the following.
|
||||||
|
Loading…
Reference in New Issue
Block a user