]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/gtk/makewxgtk
correction for memory leak
[wxWidgets.git] / docs / gtk / makewxgtk
index 71971a3621448148cfd7914cbd0d9e4b096c4008..2e5bcdb220f73c04b62c99f55269d31e5a37e2a8 100644 (file)
@@ -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