]>
Commit | Line | Data |
---|---|---|
44c4a334 JS |
1 | # Make wxMotif using the configure system |
2 | chmod a+x install/unix/config.sub install/unix/setup/general/* install/unix/config.guess install/unix/setup/shared/* | |
3 | cd install/unix | |
4 | autoconf && ./configure --with-shared --with-gtk --with-debug_flag --with-debug_info --without-threads | |
5 | cd ../.. | |
6 | make makefiles | |
7 | make |