Changes between Version 15 and Version 16 of BuildWindows
- Timestamp:
- May 10, 2011 1:39:57 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildWindows
v15 v16 35 35 hg clone http://hg.qutecom.org/qutecom-3.0 36 36 }}} 37 38 = Configure = 39 Now we need to configure QuteCom: 40 {{{ 41 cd qutecom-3.0\build 42 cmake -DCMAKE_BUILD_TYPE=Debug -G "NMake Makefiles" .. 43 }}} 44 45 See [wiki:HowToBuildFromSource#CMake here] for description of possible cmake options
