Changes between Version 10 and Version 11 of MussaglBuild


Ignore:
Timestamp:
05/17/2006 09:59:32 AM (18 years ago)
Author:
king
Comment:

Turns out we are dependant on cmake version >= 2.2

Legend:

Unmodified
Added
Removed
Modified
  • MussaglBuild

    v10 v11  
    55 * [http://www.boost.org/ Boost C++ Libraries] (program_options, test, python modules)
    66 * Mussagl Source ([/cgi-bin/mussa/wiki See download section])
    7  * [http://www.cmake.org CMake] or qmake (part of qt)
     7 * [http://www.cmake.org CMake >= v2.2] or qmake (part of qt)
    88
    99== Windows XP Requirements ==
     
    1212
    1313== CMake Build commands ==
     14
     15'''Note: Requires cmake version >= 2.2'''
     16
     17To check your current version, type:
     18{{{
     19cmake --version
     20}}}
    1421
    1522CMake has several advantages over qmake or standard make files for multiplatform development. One advantage is that it lets one build out of source (which makes clean up if a build goes wrong much easer.)