From a497e1b37ebc34784818feba715abc56c19ae732 Mon Sep 17 00:00:00 2001 From: Andrey Pavlenko Date: Mon, 18 Jun 2012 14:50:49 +0000 Subject: [PATCH] minor tutorial update --- .../android_binary_package/android_binary_package.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/tutorials/introduction/android_binary_package/android_binary_package.rst b/doc/tutorials/introduction/android_binary_package/android_binary_package.rst index 65592ff122..c25f32e37f 100644 --- a/doc/tutorials/introduction/android_binary_package/android_binary_package.rst +++ b/doc/tutorials/introduction/android_binary_package/android_binary_package.rst @@ -102,7 +102,7 @@ You need the following tools to be installed: #. **Eclipse IDE** Check the `Android SDK System Requirements `_ document for a list of Eclipse versions that are compatible with the Android SDK. - For OpenCV 2.4.0 we recommend Eclipse 3.7 (Indigo) or later versions. They work well for OpenCV under both Windows and Linux. + For OpenCV 2.4.x we recommend Eclipse 3.7 (Indigo) or later versions. They work well for OpenCV under both Windows and Linux. If you have no Eclipse installed, you can get it from the `download page `_. @@ -154,12 +154,12 @@ Get the OpenCV package for Android development .. code-block:: bash - tar -jxvf ~/Downloads/OpenCV-2.4.0-android-bin.tar.bz2 + tar -jxvf ~/Downloads/OpenCV-2.4.1-android-bin2.tar.bz2 For this tutorial I have unpacked OpenCV to the :file:`C:\\Work\\android-opencv\\` directory. -.. |opencv_android_bin_pack| replace:: OpenCV-2.4.0-android-bin.tar.bz2 -.. _opencv_android_bin_pack_url: http://sourceforge.net/projects/opencvlibrary/files/opencv-android/2.4.0/OpenCV-2.4.0-android-bin.tar.bz2/download +.. |opencv_android_bin_pack| replace:: OpenCV-2.4.1-android-bin2.tar.bz2 +.. _opencv_android_bin_pack_url: http://sourceforge.net/projects/opencvlibrary/files/opencv-android/2.4.1/OpenCV-2.4.1-android-bin2.tar.bz2/download .. |opencv_android_bin_pack_url| replace:: |opencv_android_bin_pack| .. |seven_zip| replace:: 7-Zip .. _seven_zip: http://www.7-zip.org/ @@ -214,7 +214,7 @@ Open OpenCV library and samples in Eclipse :align: center * Click :guilabel:`OK` to close preferences dialog. - + #. Import OpenCV and samples into workspace. OpenCV library is packed as a ready-for-use `Android Library Project