mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +08:00
fixed typo in the installation guide (ticket #1844)
This commit is contained in:
parent
488ae9dd6e
commit
563fc2d1e5
@ -72,7 +72,7 @@ Building OpenCV from source using CMake, using the command line
|
|||||||
cd ~/opencv
|
cd ~/opencv
|
||||||
mkdir release
|
mkdir release
|
||||||
cd release
|
cd release
|
||||||
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX= /usr/local
|
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local ..
|
||||||
|
|
||||||
#. Enter the created temporary directory (<cmake_binary_dir>) and proceed with:
|
#. Enter the created temporary directory (<cmake_binary_dir>) and proceed with:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user