Skip to content
Snippets Groups Projects
Commit f28bc634 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

following exactly the doc instructions for ceres

parent 017a2d64
No related branches found
No related tags found
No related merge requests found
Pipeline #8513 canceled
......@@ -197,7 +197,10 @@ fi
# ceres
func_echo "Installing ceres 2.0 via source..."
cd $DEPS_PATH
git clone --depth 1 -b 2.0.0 https://ceres-solver.googlesource.com/ceres-solver
wget http://ceres-solver.org/ceres-solver-2.0.0.tar.gz
tar zxf ceres-solver-2.0.0.tar.gz
rm ceres-solver-2.0.0.tar.gz
#git clone --depth 1 -b 2.0.0 https://ceres-solver.googlesource.com/ceres-solver
cd ceres-solver
mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment