Skip to content

Commit f5db748

Browse files
parismitamshabunin
authored andcommitted
Update linux_install.rst (opencv#7776)
* Update linux_install.rst whitespace between -D and \<option\> removed * Update linux_install.rst * Update linux_install.rst * Update linux_install.rst * Update linux_install.rst * Update linux_install.rst * Update linux_install.rst * Update linux_install.rst * Update linux_install.rst * Update linux_install.rst
1 parent 3e66654 commit f5db748

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/tutorials/introduction/linux_install/linux_install.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,6 @@ Building OpenCV from Source Using CMake, Using the Command Line
8181
8282
.. note::
8383

84+
Use ``cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/usr/local ..`` , without spaces after -D if step 2 do not work.
85+
8486
If the size of the created library is a critical issue (like in case of an Android build) you can use the ``install/strip`` command to get the smallest size as possible. The *stripped* version appears to be twice as small. However, we do not recommend using this unless those extra megabytes do really matter.

0 commit comments

Comments
 (0)