]> git.saurik.com Git - wxWidgets.git/commitdiff
New --with-gtk=VALUE syntax
authorRobin Dunn <robin@alldunn.com>
Sat, 16 Apr 2005 19:42:51 +0000 (19:42 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 16 Apr 2005 19:42:51 +0000 (19:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/BUILD.txt

index 8b1abf3bbb4c7b3f0b6ea9e791202126865dd978..7fe299fef0dae6774e11fc33cde373c23dcc6b04 100644 (file)
@@ -97,11 +97,11 @@ place, then do the same for wxPython.
 
                      --enable-monolithic \
 
-   By default GTK2 will be selected if its development pacakge is
-   installed on your build system.  To force the use of GTK 1.2.x
-   instead add this flag::
+   By default GTK 2.x will be used for the build.  If you woudl rather
+   use GTK 1.2.x for some reason then you can force configure to use
+   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
    recommended if you are building with GTK2) then add the following.