Commit 0570aa64 authored by Andrey Kamaev's avatar Andrey Kamaev

Avoid problem of old sphinx reporting an error on lines starting from :

See http://sourceforge.net/tracker/?func=detail&aid=3484857&group_id=38414&atid=422030
parent 39baa223
...@@ -210,9 +210,9 @@ You need the following software to be installed in order to develop for Android ...@@ -210,9 +210,9 @@ You need the following software to be installed in order to develop for Android
.. note:: Before start you can read official Android NDK documentation which is in the Android .. note:: Before start you can read official Android NDK documentation which is in the Android
NDK archive, in the folder :file:`docs/`. NDK archive, in the folder :file:`docs/`.
The main article about using Android NDK build system is in the :file:`ANDROID-MK.html` file. The main article about using Android NDK build system is in the :file:`ANDROID-MK.html` file.
Some additional information you can find in the :file:`APPLICATION-MK.html`, Some additional information you can find in
:file:`NDK-BUILD.html` files, and :file:`CPU-ARM-NEON.html`, :file:`CPLUSPLUS-SUPPORT.html`, the :file:`APPLICATION-MK.html`, :file:`NDK-BUILD.html` files,
:file:`PREBUILTS.html`. and :file:`CPU-ARM-NEON.html`, :file:`CPLUSPLUS-SUPPORT.html`, :file:`PREBUILTS.html`.
#. **CDT plugin for Eclipse** #. **CDT plugin for Eclipse**
......
...@@ -35,8 +35,8 @@ Starting from version 2.4.4 OpenCV includes desktop Java bindings. ...@@ -35,8 +35,8 @@ Starting from version 2.4.4 OpenCV includes desktop Java bindings.
The most simple way to get it is downloading the appropriate package of **version 2.4.4 or higher** from the The most simple way to get it is downloading the appropriate package of **version 2.4.4 or higher** from the
`OpenCV SourceForge repository <http://sourceforge.net/projects/opencvlibrary/files/>`_. `OpenCV SourceForge repository <http://sourceforge.net/projects/opencvlibrary/files/>`_.
.. note:: Windows users can find the prebuilt files needed for Java development in the .. note:: Windows users can find the prebuilt files needed for Java development in
:file:`opencv/build/java/` folder inside the package. the :file:`opencv/build/java/` folder inside the package.
For other OSes it's required to build OpenCV from sources. For other OSes it's required to build OpenCV from sources.
Another option to get OpenCV sources is to clone `OpenCV git repository Another option to get OpenCV sources is to clone `OpenCV git repository
......
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