-
Notifications
You must be signed in to change notification settings - Fork 0
home
Matthieu Dorier edited this page Jan 21, 2016
·
10 revisions
This tutorial will guide you through the installation process of dumpi-cortex and its usage.
dumpi-cortex requires DUMPI (which can be found here) and CMake (version 2.8 or greater).
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