Changes between Version 10 and Version 11 of MussaglBuild
- Timestamp:
- 05/17/2006 09:59:32 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MussaglBuild
v10 v11 5 5 * [http://www.boost.org/ Boost C++ Libraries] (program_options, test, python modules) 6 6 * 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) 8 8 9 9 == Windows XP Requirements == … … 12 12 13 13 == CMake Build commands == 14 15 '''Note: Requires cmake version >= 2.2''' 16 17 To check your current version, type: 18 {{{ 19 cmake --version 20 }}} 14 21 15 22 CMake 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.)