I am following the tutorial to install Ceres solver here "http://ceres-solver.org/installation.html".
Once I install the necessary auxiliary libraries, we are to execute the following line:
tar zxf ceres-solver-2.1.0.tar.gz
What is the command to download the correct version of ceres solver so that I can proceed with the installation?
Modify the instructions posted here: https://brucknem.github.io/posts/install-ceres-solver/