]>
Commit | Line | Data |
---|---|---|
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; | |
a925b006 | 6 | # if you're feeling braven, you may wish to compile with threads. |
8870c26e | 7 | # -- Julian Smart |
a925b006 | 8 | rm -f *.cache |
9ba09ba5 | 9 | chmod a+x configure config.sub config.guess samples/configure contrib/configure |
a925b006 | 10 | ./configure --disable-shared --with-gtk --with-debug_flag --with-debug_info --enable-debug --without-threads --without-sockets -without-odbc -without-libjpeg |
8870c26e | 11 | make |