@ -41,7 +41,6 @@ Building OpenCV from source using CMake, using the command line
If everything's fine, a few minutes later you will get ~/<my_working_directory>/ios/opencv2.framework. You can add this framework to your Xcode projects.
Further Reading
=====================
You can find several OpenCV+iOS tutorials here :ref:`Table-Of-Content-iOS`
===============
You can find several OpenCV+iOS tutorials here :ref:`Table-Of-Content-iOS`.
All the libraries above can be installed via Terminal or by using Synaptic Manager
All the libraries above can be installed via Terminal or by using Synaptic Manager.
Getting OpenCV source code
============================
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 <http://code.opencv.org/svn/opencv/>`_.
You can use the latest stable OpenCV version available in *sourceforge* or you can grab the latest snapshot from our `Git repository <https://github.com/Itseez/opencv.git>`_.
Getting the latest stable OpenCV version
------------------------------------------
Getting the Latest Stable OpenCV Version
----------------------------------------
* Go to http://sourceforge.net/projects/opencvlibrary
* Go to our `page on Sourceforge <http://sourceforge.net/projects/opencvlibrary>`_;
* Download the source tarball and unpack it
* Download the source tarball and unpack it.
Getting the cutting-edge OpenCV from SourceForge SVN repository
#. Create a temporary directory, which we denote as <cmake_binary_dir>, where you want to put the generated Makefiles, project files as well the object filees and output binaries
#. Create a temporary directory, which we denote as <cmake_binary_dir>, where you want to put the generated Makefiles, project files as well the object files and output binaries.