diff --git a/docs/source/01-installing-opencv-for-java.rst b/docs/source/01-installing-opencv-for-java.rst index 1f7cabb..f1c4fdf 100644 --- a/docs/source/01-installing-opencv-for-java.rst +++ b/docs/source/01-installing-opencv-for-java.rst @@ -53,7 +53,7 @@ Install OpenCV 3.x under Linux --------------------------------- Please, note: the following instructions are also useful if you want to compile OpenCV under Windows or macOS. Linux package management systems (`apt-get`, `yum`, etc.) *may* provide the needed version of the OpenCV library. -As first step, download and install `CMake `_ and `Apache Ant `_, if you don't have any of these. Download the OpenCV library from `its website `_. +As first step, download and install `CMake `_ and `Apache Ant `_, if you don't have any of these. Download the OpenCV library from `its website `_. Extract the downloaded OpenCV file in a location of your choice and open CMake ( cmake-gui ). Put the location of the extracted OpenCV library in the ``Where is the source code field`` (e.g., /opencv/) and insert the destination directory of your build in the ``Where to build the binaries`` field (e.g., /opencv/build). At last, check the ``Grouped`` and ``Advanced`` checkboxes.