]> git.saurik.com Git - wxWidgets.git/blame - docs/gtk/makewxgtk
more files to ignore in cvs commands (setup.h, lex_yy.c, y_tab.c)
[wxWidgets.git] / docs / gtk / makewxgtk
CommitLineData
8870c26e
JS
1# makewxgtk
2# Sets permissions (in case we extracted wxGTK from zip files)
3# and makes wxGTK.
4# Call from top-level wxWindows directory.
5# Note that this uses standard (but commonly-used) configure options;
6# if you're feeling brave, you may wish to compile with threads.
7# -- Julian Smart
8chmod a+x configure config.sub config.guess setup/general/* setup/shared/*
9./configure --with-shared --with-gtk --with-debug_flag --with-debug_info --without-threads -without-odbc
10make makefiles
11make