= MussaGL Build Info = == General Requirements == * 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] * [http://www.boost.org/ Boost C++ Libraries] (program_options, test, python modules) * Mussagl Source ([/cgi-bin/mussa/wiki See download section]) == Windows XP Requirements == * [http://www.mingw.org/ MingGW] (gcc compiler and tools for Windows... Qt4.1 installer will install it for you). == Build Command == {{{ qmake make }}} == Troubleshooting == If running make generates a large number of error messages, you mostly likely ran the qt3 version of qmake. {{{ qmake -version }}} should report {{{ QMake version: 2.00a Using Qt version 4.1.0 in [wherever qt4 was installed] }}} If necessary you can download qt4 from http://www.trolltech.com/download/opensource.html