1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

migration: github.com/opencv/opencv

This commit is contained in:
Alexander Alekhin
2016-06-16 17:39:38 +03:00
parent 688bd28987
commit bb5e25ba7c
76 changed files with 96 additions and 96 deletions
@@ -29,7 +29,7 @@ The packages can be installed using a terminal and the following commands or by
Getting OpenCV Source Code
==========================
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>`_.
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/opencv/opencv.git>`_.
Getting the Latest Stable OpenCV Version
----------------------------------------
@@ -42,14 +42,14 @@ Getting the Latest Stable OpenCV Version
Getting the Cutting-edge OpenCV from the Git Repository
-------------------------------------------------------
Launch Git client and clone `OpenCV repository <http://github.com/itseez/opencv>`_
Launch Git client and clone `OpenCV repository <http://github.com/opencv/opencv>`_
In Linux it can be achieved with the following command in Terminal:
.. code-block:: bash
cd ~/<my_working _directory>
git clone https://github.com/Itseez/opencv.git
git clone https://github.com/opencv/opencv.git
Building OpenCV from Source Using CMake, Using the Command Line