Skip to content

Commit

Permalink
minor fixes in page structure
Browse files Browse the repository at this point in the history
  • Loading branch information
luigidr committed Oct 19, 2016
1 parent 98cc104 commit 314c315
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/source/01-installing-opencv-for-java.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,15 @@ Now press ``Configure`` and use the default compilers for ``Unix Makefiles``. Pl
In the ``Ungrouped Entries`` group, insert the path to the Apache Ant executable (e.g., ``/apache-ant-1.9.6/bin/ant``).
In the ``BUILD`` group, unselect:

* ``BUILD_PERF_TESTS``.
* ``BUILD_SHARED_LIBRARY`` to make the Java bindings dynamic library all-sufficient.
* ``BUILD_TESTS``.
* ``BUILD_opencv_python``.
* ``BUILD_PERF_TESTS``
* ``BUILD_SHARED_LIBRARY`` to make the Java bindings dynamic library all-sufficient
* ``BUILD_TESTS``
* ``BUILD_opencv_python``

In the ``CMAKE`` group, set to ``Debug`` (or ``Release``) the ``CMAKE_BUILD_TYPE``

In the ``JAVA`` group:

* insert the Java AWT include path (e.g., ```/usr/lib/jvm/java-1.8.0/include/``)
* insert the Java AWT library path (e.g., ``/usr/lib/jvm/java-1.8.0/include/jawt.h``)
* insert the Java include path (e.g., ``/usr/lib/jvm/java-1.8.0/include/``)
Expand Down

0 comments on commit 314c315

Please sign in to comment.