Skip to content
Snippets Groups Projects
Commit 70cbc862 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Update README.md

parent 16696e80
No related branches found
No related tags found
No related merge requests found
...@@ -110,16 +110,16 @@ libglog.so will be installed at **/usr/local/lib** ...@@ -110,16 +110,16 @@ libglog.so will be installed at **/usr/local/lib**
- Git clone the source: - Git clone the source:
$ git clone https://ceres-solver.googlesource.com/ceres-solver $ git clone https://ceres-solver.googlesource.com/ceres-solver
- Build and install with: - Build and install with:
$ cd ceres-solver $ cd ceres-solver
$ mkdir build $ mkdir build
$ cd build $ cd build
$ cmake -DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -fPIC" .. $ cmake -DCMAKE_CXX_FLAGS="${CMAKE_CXX_FLAGS} -fPIC" ..
$ make $ make
$ sudo make install $ sudo make install
libceres.a will be installed at **/usr/local/lib** and headers at **/usr/local/include/ceres** libceres.a will be installed at **/usr/local/lib** and headers at **/usr/local/include/ceres**
......
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