Skip to content
Matthieu Dorier edited this page Jan 21, 2016 · 10 revisions

Tutorial

This tutorial will guide you through the installation process of dumpi-cortex and its usage.

Installing

Required dependencies

dumpi-cortex requires DUMPI (which can be found here) and CMake (version 2.8 or greater).

Compiling dumpi-cortex

Download the source code:

git clone [email protected]:mdorier/dumpi-cortex.git

Compile it:

cd dumpi-cortex
cmake -G "Unix Makefiles" -DDUMPI_ROOT:PATH=/path/to/dumpi -DCMAKE_INSTALL_PREFIX:PATH=/where/you/want/to/install
make
make instakk

Continue the tutorial...

Clone this wiki locally