fixed typo in the installation guide (ticket #1844)
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user