Changes between Version 6 and Version 7 of HowToBuildFromSource
- Timestamp:
- Apr 16, 2008 9:40:14 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToBuildFromSource
v6 v7 96 96 your path. 97 97 98 == Windows == 98 99 Windows with Visual C++: 99 100 … … 106 107 make 107 108 108 GNU/Linux and MacOS X: 109 == Linux == 110 111 GNU/Linux : 109 112 110 113 mkdir /path/to/qutecom/builddir … … 112 115 cmake -DCMAKE_BUILD_TYPE=Debug /path/to/qutecom 113 116 make 117 118 === [wiki:FedoraPlatformSupport Fedora] === 119 120 == MacOS X == 121 122 mkdir /path/to/qutecom/builddir 123 cd /path/to/qutecom/builddir 124 cmake -DCMAKE_BUILD_TYPE=Debug /path/to/qutecom 125 make 126 127 114 128 115 129 ### CMake standard options
