@@ -18,15 +18,15 @@ ARM is not currently supported.
1818
1919Short name | Long name | Description | Argument
2020---|---|---|---
21- | | ` -- help` | Prints the help text |
22- ` - v` | ` -- version` | Sets the OpenCV version | The version in the format ` x.x.x ` e.g. ` 3.1.0 `
23- ` - j` | ` -- java` | Flags the Java API for install. This does _ not_ install JNI bindings
24- ` - jni` | ` -- jni` | Flags the JNI bindings for install
25- ` - h` | ` -- headers` | Flags the C++ headers for install
26- ` - n` | ` -- natives` | Flags the C++ native libraries for install
27- | | ` -- all` | Installs all OpenCV artifacts
28- | ` - o` | ` -- overwrite` | Overwrite already installed files
29- | | ` -- platform` | Download artifacts for a specific platform. They will be located in ` ./install ` | The platform to download artifacts for
21+ | | ` help ` | Prints the help text |
22+ ` v ` | ` version ` | Sets the OpenCV version | The version in the format ` x.x.x ` e.g. ` 3.1.0 `
23+ ` j ` | ` java ` | Flags the Java API for install. This does _ not_ install JNI bindings
24+ ` jni ` | ` jni ` | Flags the JNI bindings for install
25+ ` h ` | ` headers ` | Flags the C++ headers for install
26+ ` n ` | ` natives ` | Flags the C++ native libraries for install
27+ | | ` all ` | Installs all OpenCV artifacts
28+ | ` o ` | ` overwrite ` | Overwrite already installed files
29+ | | ` platform ` | Download artifacts for a specific platform. They will be located in ` ./install ` | The platform to download artifacts for
3030
3131#### Options for ` platform `
3232```
@@ -39,5 +39,5 @@ linux64
3939
4040## Usage
4141```
42- java -jar opencv-installer --version <version> --platform <platform> --java --jni --headers --natives --no- overwrite
42+ java -jar opencv-installer --version <version> --platform <platform> --java --jni --headers --natives --overwrite
4343```
0 commit comments