From 563fc2d1e5fd8da644436f42a37b370424b193a6 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Tue, 24 Apr 2012 13:01:47 +0000 Subject: [PATCH] fixed typo in the installation guide (ticket #1844) --- doc/tutorials/introduction/linux_install/linux_install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/introduction/linux_install/linux_install.rst b/doc/tutorials/introduction/linux_install/linux_install.rst index 13b5f60..f0fb500 100644 --- a/doc/tutorials/introduction/linux_install/linux_install.rst +++ b/doc/tutorials/introduction/linux_install/linux_install.rst @@ -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 () and proceed with: -- 2.7.4