Merge pull request #7810 from parismita:patch-1

pull/7488/merge
Maksim Shabunin 8 years ago
commit daa97021bd
  1. 3
      doc/tutorials/introduction/linux_install/linux_install.markdown

@ -74,6 +74,9 @@ Building OpenCV from Source Using CMake
- run: “Configure” - run: “Configure”
- run: “Generate” - run: “Generate”
@note
Use `cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local ..` , without spaces after -D if the above example doesn't work.
-# Description of some parameters -# Description of some parameters
- build type: `CMAKE_BUILD_TYPE=Release\Debug` - build type: `CMAKE_BUILD_TYPE=Release\Debug`
- to build with modules from opencv_contrib set OPENCV_EXTRA_MODULES_PATH to \<path to - to build with modules from opencv_contrib set OPENCV_EXTRA_MODULES_PATH to \<path to

Loading…
Cancel
Save