Changes between Version 13 and Version 14 of WikiStart


Ignore:
Timestamp:
06/24/13 17:00:51 (11 years ago)
Author:
Marek Kurdej
Comment:

syntax highlighting

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v13 v14  
    2121To checkout Pacpus framework repository into your workspace directory, e.g. into `~/workspace/pacpus`,
    2222
    23 {{{
     23{{{#!sh
    2424cd ~/workspace/pacpus
    2525svn co https://devel.hds.utc.fr/svn/pacpusframework/trunk framework
     
    4040Without changing directory (stay in `~/workspace/pacpus`), create a new directory for build, change the directory to the newly created one and execute CMake.
    4141
    42 {{{
     42{{{#!sh
    4343cd ~/workspace/pacpus
    4444mkdir framework-build
     
    5252=== Compiling ===
    5353If you have created Makefile files, than just run the command:
    54 {{{
     54{{{#!sh
    5555make
    5656}}}
     
    5858
    5959If you have created project files (for example using option `-G Visual Studio 11`), than just open the solution file **Pacpus.(extension)**, e.g.:
    60 {{{
     60{{{#!sh
    6161Pacpus.sln
    6262}}}
     
    7272
    7373Once you have successfully compiled Pacpus Framework, you can install it using:
    74 {{{
     74{{{#!sh
    7575make install
    7676}}}