X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8870c26ecb03e87065fdb3617b8c47ca3c923a53..89fcec9514fd890de58da83118363570e2482bc9:/docs/gtk/makewxgtk?ds=sidebyside

diff --git a/docs/gtk/makewxgtk b/docs/gtk/makewxgtk
index 71971a3621..2e5bcdb220 100644
--- a/docs/gtk/makewxgtk
+++ b/docs/gtk/makewxgtk
@@ -3,9 +3,9 @@
 # and makes wxGTK.
 # Call from top-level wxWindows directory.
 # Note that this uses standard (but commonly-used) configure options;
-# if you're feeling brave, you may wish to compile with threads.
+# if you're feeling braven, you may wish to compile with threads.
 # -- Julian Smart
-chmod a+x configure config.sub config.guess setup/general/* setup/shared/*
-./configure --with-shared --with-gtk --with-debug_flag --with-debug_info --without-threads -without-odbc
-make makefiles
+rm -f *.cache
+chmod a+x configure config.sub config.guess samples/configure demos/configure contrib/configure
+./configure --disable-shared --with-gtk --with-debug_flag --with-debug_info --enable-debug --without-threads --without-sockets -without-odbc -without-libjpeg
 make