1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Update linux_install.rst (#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
This commit is contained in:
parismita
2017-01-10 17:43:41 +05:30
committed by Maksim Shabunin
parent 3e66654963
commit f5db748312
@@ -81,4 +81,6 @@ Building OpenCV from Source Using CMake, Using the Command Line
.. note::
Use ``cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_INSTALL_PREFIX=/usr/local ..`` , without spaces after -D if step 2 do not work.
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.