X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3502e687e29f46c747be16a58d39fe79e7b1c7bc..a925b006781f0ca0c93ac342b5bbb3deeb4409d6:/docs/gtk/makewxgtk diff --git a/docs/gtk/makewxgtk b/docs/gtk/makewxgtk index 8956a8fe05..fa496124e2 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 -make makefiles +rm -f *.cache +chmod a+x configure config.sub config.guess +./configure --disable-shared --with-gtk --with-debug_flag --with-debug_info --enable-debug --without-threads --without-sockets -without-odbc -without-libjpeg make