Skip to content

Commit

Permalink
parallel compile (colmap#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlynen authored Jun 16, 2020
1 parent 78dfd00 commit 19bf5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Install `Ceres Solver <http://ceres-solver.org/>`_::
mkdir build
cd build
cmake .. -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF
make
make -j
sudo make install

Configure and compile COLMAP::
Expand All @@ -114,7 +114,7 @@ Configure and compile COLMAP::
mkdir build
cd build
cmake ..
make
make -j
sudo make install

Under newer Ubuntu versions it might be necessary to explicitly select the used
Expand Down

0 comments on commit 19bf5b2

Please sign in to comment.