Changes between Initial Version and Version 1 of MussaglBuild


Ignore:
Timestamp:
03/17/2006 03:45:48 PM (18 years ago)
Author:
king
Comment:

Basic build information (needs work)

Legend:

Unmodified
Added
Removed
Modified
  • MussaglBuild

    v1 v1  
     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{{{
     14qmake
     15make
     16}}}