Skip to content

Installation with CMAKE

David Hanley edited this page Oct 18, 2017 · 5 revisions

djh_ins can be easily installed with CMAKE.


First, we must install CMAKE.


Install Eigen 3.

apt-get install libeigen3-dev

Install the djh_ins package.

cd workspace
git clone https://github.com/hanley6/djh_ins
cd djh_ins
mkdir build
cd build
cmake ..
make

Clone this wiki locally