44c4a334 |
1 | # Make wxMotif using the configure system |
7921cf2b JS |
2 | chmod a+x configure config.sub setup/general/* config.guess setup/shared/* |
3 | ./configure --with-shared --with-motif --with-debug_flag --with-debug_info --without-threads |
44c4a334 |
4 | make |
7921cf2b |
5 | |