-
Notifications
You must be signed in to change notification settings - Fork 540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to get ceres-solver #6
Comments
Download the package via the cmd: Set the "USE_SYSTEM_CERES" "ON" in the CMakeLists of OKVIS. |
hello, I have the same problem.Could you explaine more |
sudo gedit /etc/hosts, do address mapping. |
modify the cmakelists.txt, line 151, https://github.com/ceres-solver/ceres-solver.git |
Set the "USE_SYSTEM_CERES" "ON" in the CMakeLists of OKVIS and don't forget to change to your ceres version (modify the same file , line 144 and 148) |
HI,
When I make -j8 to build the whole project, it failed in cloning ceres-solver repository. But I can download ceres-solver-1.11.0 via its website. Is there any alternative so that I can build the project without using git clone "https://ceres-solver.googlesource.com/ceres-solver"?
Here is my CMake Error:
CMake Error at /home/richard/okvis/okvis-master/build/ceres/tmp/ceres_external-gitclone.cmake:40 (message):
Failed to clone repository:
'https://ceres-solver.googlesource.com/ceres-solver'
The text was updated successfully, but these errors were encountered: