Ticket #1240 resolved.

This commit is contained in:
Bernat Gabor
2011-08-19 10:12:33 +00:00
parent 3b7b833a4e
commit 0451779d2c
3 changed files with 8 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ All the libraries above can be installed via Terminal or by using Synaptic Manag
Getting OpenCV source code
============================
You can use the latest stable OpenCV version available in *sourceforge* or you can grab the latest snapshot from the SVN repository:
You can use the latest stable OpenCV version available in *sourceforge* or you can grab the latest snapshot from the `SVN repository < http://code.ros.org/svn/opencv/>`_.
Getting the latest stable OpenCV version
------------------------------------------
@@ -82,4 +82,7 @@ Building OpenCV from source using CMake, using the command line
make
sudo make install
.. note::
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.