File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -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- | | --no-overwrite | Do not 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+ | | ` --no-overwrite ` | Do not 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```
You can’t perform that action at this time.
0 commit comments