Commit 563fc2d1 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed typo in the installation guide (ticket #1844)

parent 488ae9dd
...@@ -72,7 +72,7 @@ Building OpenCV from source using CMake, using the command line ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment