Commit f5db7483 authored by parismita's avatar parismita Committed by Maksim Shabunin

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
parent 3e666549
...@@ -81,4 +81,6 @@ Building OpenCV from Source Using CMake, Using the Command Line ...@@ -81,4 +81,6 @@ Building OpenCV from Source Using CMake, Using the Command Line
.. note:: .. 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. 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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment