- Eigen (version 3.3 or newer) [required]
- Pangolin (built with Eigen enabled) [optional; needed for visualization modules and most examples]
cilantro is developed and tested on Ubuntu variants (16.04 and newer) using CMake. To clone and build the library (with bundled examples), execute the following in a terminal:
git clone https://github.com/kzampog/cilantro.git
cd cilantro
mkdir build
cd build
cmake ..
make -j