We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5592142 + f55e966 commit daa9702Copy full SHA for daa9702
doc/tutorials/introduction/linux_install/linux_install.markdown
@@ -74,6 +74,9 @@ Building OpenCV from Source Using CMake
74
- run: “Configure”
75
- run: “Generate”
76
77
+ @note
78
+ Use `cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local ..` , without spaces after -D if the above example doesn't work.
79
+
80
-# Description of some parameters
81
- build type: `CMAKE_BUILD_TYPE=Release\Debug`
82
- to build with modules from opencv_contrib set OPENCV_EXTRA_MODULES_PATH to \<path to
0 commit comments