Skip to content

Commit

Permalink
Disable Java wrapper build by default.
Browse files Browse the repository at this point in the history
- Java wrapper build isn't necessary for all Python builds.
- Java wrapper build can now be enabled with ``ENABLE_JAVA`` environment
  variable.
  • Loading branch information
Ted Strzalkowski committed Aug 3, 2020
1 parent 914404d commit 54c1d56
Show file tree
Hide file tree
Showing 2 changed files with 431 additions and 427 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -113,6 +113,7 @@ The build can be customized with environment variables. In addition to any varia

- ``CI_BUILD``. Set to ``1`` to emulate the CI environment build behaviour. Used only in CI builds to force certain build flags on in ``setup.py``. Do not use this unless you know what you are doing.
- ``ENABLE_CONTRIB`` and ``ENABLE_HEADLESS``. Set to ``1`` to build the contrib and/or headless version
- ``ENABLE_JAVA``, Set to ``1`` to enable the Java client build. This is disabled by default.
- ``CMAKE_ARGS``. Additional arguments for OpenCV's CMake invocation. You can use this to make a custom build.

See the next section for more info about manual builds outside the CI environment.
Expand Down

0 comments on commit 54c1d56

Please sign in to comment.