]>
Commit | Line | Data |
---|---|---|
8870c26e JS |
1 | # makewxmotif |
2 | # Sets permissions (in case we extracted wxMotif from zip files) | |
3 | # and makes wxMotif. | |
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 | |
a925b006 | 8 | rm -f *.cache |
f6bcfd97 | 9 | chmod a+x configure config.sub config.guess samples/configure demos/configure contrib/configure |
a925b006 | 10 | ./configure --disable-shared --with-motif --without-gtk --with-debug_flag --with-debug_info --enable-debug --without-sockets --without-odbc --without-threads --enable-newgrid |
8870c26e | 11 | make |