Skip to content

Commit 8c76e35

Browse files
authored
Merge pull request #165 from chennes/patch-1
Update README.rst
2 parents 8be1113 + e534213 commit 8c76e35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ Make sure you have a compiler, git, cmake and Boost installed (or simply downloa
199199
cd opencamlib
200200
mkdir build
201201
cd build
202-
cmake .. -D CXX_LIB="ON"
203-
make . # try make -j4 for a faster build if you have a multi-core machine
204-
make install .
202+
cmake .. -D BUILD_CXX_LIB="ON"
203+
cmake --build . # try make --parallel for a faster build if you have a multi-core machine
204+
cmake --install .
205205
206206
When boost is not in a standard location, you can add the ``-D BOOST_ROOT=/path/to/boost`` option to the cmake command.
207207

0 commit comments

Comments
 (0)