fixed typo in the installation guide (ticket #1844)

This commit is contained in:
Vadim Pisarevsky 2012-04-24 13:01:47 +00:00
parent 488ae9dd6e
commit 563fc2d1e5

View File

@ -72,7 +72,7 @@ Building OpenCV from source using CMake, using the command line
cd ~/opencv
mkdir 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: