Skip to content

Commit

Permalink
added linux-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Feb 7, 2021
1 parent a04c00d commit b92ac6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Contributions welcome.
To build opencv run the following command:

```bash
./gradlew fatjar -PjavacppPlatform=linux-x86_64,macosx-x86_64,windows-x86_64,linux-armhf
./gradlew fatjar -PjavacppPlatform=linux-x86_64,macosx-x86_64,windows-x86_64,linux-armhf,linux-arm64
```

### Installing
Expand Down

0 comments on commit b92ac6e

Please sign in to comment.