| 1 | = MussaGL Build = |
| 2 | |
| 3 | == General Requirements == |
| 4 | * Qt4.1 - [http://www.trolltech.com/download/qt/x11.html Linux] | [http://www.trolltech.com/download/qt/mac.html Mac OS X] | [http://www.trolltech.com/download/qt/windows.html Windows] |
| 5 | * [http://www.boost.org/ Boost C++ Libraries] (program_options, test, python modules) |
| 6 | * Mussagl Source ([/cgi-bin/mussa/wiki See download section]) |
| 7 | |
| 8 | == Windows XP Requirements == |
| 9 | * [http://www.mingw.org/ MingGW] (gcc compiler and tools for Windows... Qt4.1 installer will install it for you). |
| 10 | |
| 11 | == Build Command == |
| 12 | |
| 13 | {{{ |
| 14 | qmake |
| 15 | make |
| 16 | }}} |