wiki:PacpusGettingStarted/LinuxCompilation

Version 2 (modified by cerichar, 10 years ago) ( diff )

--

0.1.x branch build

Getting the source code

To checkout PacpusFramework repository (version 0.1.x) into your workspace directory, e.g. into ~/pacpus,

cd ~/pacpus
svn co https://devel.hds.utc.fr/svn/pacpusframework/branches/0.1.x/ pacpusframework

Using CMake

Command Line Interface

First go to the build folder and run the build script.

cd ~/pacpus/pacpusframework/build
./build.sh
Note: See TracWiki for help on using the wiki.