Changes between Version 9 and Version 10 of WikiStart
- Timestamp:
- Jun 24, 2013, 4:41:31 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v9 v10 30 30 === Using CMake === 31 31 32 === GUI===32 ==== GUI ==== 33 33 You have to point the source code directory, e.g. ```~/workspace/pacpus/framework``` 34 34 and the build directory, e.g. ```~/workspace/pacpus/framework-build```. … … 36 36 You can change the CMake variables as well. 37 37 38 === Command-line===38 ==== Command-line ==== 39 39 40 40 Without changing directory (stay in ```~/workspace/pacpus```), create a new directory for build, change the directory to the newly created one and execute CMake. … … 50 50 Type ```cmake --help``` for a list of generators available on your platform. 51 51 52 === Compil ation===52 === Compiling === 53 53 If you have created Makefile files, than just run the command: 54 54 {{{