Skip to content

Commit daa9702

Browse files
committed
Merge pull request opencv#7810 from parismita:patch-1
2 parents 5592142 + f55e966 commit daa9702

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/tutorials/introduction/linux_install/linux_install.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ Building OpenCV from Source Using CMake
7474
- run: “Configure”
7575
- run: “Generate”
7676

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+
7780
-# Description of some parameters
7881
- build type: `CMAKE_BUILD_TYPE=Release\Debug`
7982
- to build with modules from opencv_contrib set OPENCV_EXTRA_MODULES_PATH to \<path to

0 commit comments

Comments
 (0)