[opencv] 07/53: Update linux_install.rst (#7776)
Nobuhiro Iwamatsu
iwamatsu at moszumanska.debian.org
Sun Aug 27 23:27:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
iwamatsu pushed a commit to annotated tag 2.4.13.3
in repository opencv.
commit f5db748312b3bd3836998680ccdf4bda798bab61
Author: parismita <parismita at iitg.ernet.in>
Date: Tue Jan 10 17:43:41 2017 +0530
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
---
doc/tutorials/introduction/linux_install/linux_install.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/tutorials/introduction/linux_install/linux_install.rst b/doc/tutorials/introduction/linux_install/linux_install.rst
index e2ee91b..4209856 100644
--- a/doc/tutorials/introduction/linux_install/linux_install.rst
+++ b/doc/tutorials/introduction/linux_install/linux_install.rst
@@ -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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/opencv.git
More information about the debian-science-commits
mailing list