Changes between Version 9 and Version 10 of WikiStart


Ignore:
Timestamp:
06/24/13 16:41:31 (11 years ago)
Author:
Marek Kurdej
Comment:

titles

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v9 v10  
    3030=== Using CMake ===
    3131
    32 === GUI ===
     32==== GUI ====
    3333You have to point the source code directory, e.g. ```~/workspace/pacpus/framework```
    3434and the build directory, e.g. ```~/workspace/pacpus/framework-build```.
     
    3636You can change the CMake variables as well.
    3737
    38 === Command-line ===
     38==== Command-line ====
    3939
    4040Without changing directory (stay in ```~/workspace/pacpus```), create a new directory for build, change the directory to the newly created one and execute CMake.
     
    5050Type ```cmake --help``` for a list of generators available on your platform.
    5151
    52 === Compilation ===
     52=== Compiling ===
    5353If you have created Makefile files, than just run the command:
    5454{{{