Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 176 Bytes

requirements.md

File metadata and controls

13 lines (11 loc) · 176 Bytes

how to install the required libraries

  • sophus
git clone https://github.com/strasdat/Sophus.git
cd Sophus
git checkout v1.0.0
mkdir build 
cd build
cmake ..
make