Skip to content

Latest commit

 

History

History
executable file
·
10 lines (10 loc) · 186 Bytes

ceres.md

File metadata and controls

executable file
·
10 lines (10 loc) · 186 Bytes

Ceres installation

git clone https://ceres-solver.googlesource.com/ceres-solver
cd ceres-solver
git checkout 2.0.0 
mkdir build && cd build
cmake ..
make -j4
sudo make install