Skip to content

HOWTO compile KAPPA

lkampoli edited this page Jul 5, 2018 · 1 revision

Before compiling KAPPA, users need to have installed all dependencies as indicated here. Please stick to the exact package versions we recommend in order to avoid compilation issues with those libraries whose API can change from one version to another.


After having downloaded the source code, for instance using git as explained here go into your KAPPA base directory and type the following commands:

mkdir build; cd build; cmake ..; make; make install;

This will by default install the libkappa++.so shared library in $HOME/kappa/install/lib.

Clone this wiki locally