]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/gtk/install.txt
The mmedia contrib requires sys/soundcard.h on unix, so disable it on unix
[wxWidgets.git] / docs / gtk / install.txt
index 323b695278a1074b1ffac1ac93a397bdd3ce9e91..6e0b38037238933b2a865be28183f4f22d9bc4d3 100644 (file)
@@ -47,8 +47,8 @@ If you want to remove wxWidgets on Unix you can do this:
 > ldconfig
 > exit
 
-Note that by default, GTK+ 2 is used. GTK+ 1 can be specified
-with --with-gtk1.
+Note that by default, GTK+ 2.X is used. GTK+ 1.2 can be specified
+with --with-gtk=1.
 
 * The expert case
 -----------------
@@ -247,9 +247,8 @@ you download wxGTK, it will default to --with-gtk etc. But
 if you use all of our CVS repository you have to choose a
 toolkit. You must do this by running configure with either of:
 
-    --with-gtk              Use the GIMP ToolKit (GTK+). Default.
-    --with-gtk2             Use the GTK+ 2.0. Default.
-    --with-gtk1             Use the GTK+ 1.2. Default.
+    --with-gtk=2            Use the GTK+ 2.0. Default.
+    --with-gtk=1            Use the GTK+ 1.2.
     --with-motif            Use either Motif or Lesstif
                             Configure will look for both.