Changes between Version 14 and Version 15 of MussaglBuild
- Timestamp:
- 09/11/2006 05:43:19 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MussaglBuild
v14 v15 26 26 27 27 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.) 28 29 More generally it takes the place of the GNU autotools, but is far more comprehensible--even with limited documentation. 28 30 29 31 After installing cmake, change to the mussa source directory and do the following.