Skip to content

Commit

Permalink
chore(deps): update opencv version
Browse files Browse the repository at this point in the history
  • Loading branch information
EmixamPP authored Jul 22, 2023
1 parent 47658ce commit f5826d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_call:

env:
OPENCV_TINY_VERSION: "4.7.0"
OPENCV_TINY_VERSION: "4.8.0"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_call:

env:
OPENCV_TINY_VERSION: "4.7.0"
OPENCV_TINY_VERSION: "4.8.0"

jobs:
ci:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cd linux-enable-ir-emitter

Build my minimal version of OpenCV that will be statically linked. This is not required, you can use the shared opencv library of your distro. But it is recommanded in order to do not have issues after distro updates:
```
curl https://raw.githubusercontent.com/EmixamPP/opencv-tiny/main/build.sh | bash -s 4.7.0 "${PWD}/opencv-tiny"
curl https://raw.githubusercontent.com/EmixamPP/opencv-tiny/main/build.sh | bash -s 4.8.0 "${PWD}/opencv-tiny"
```

Setup build (remove `--pkg-config-path=...` if you skipped the previous step):
Expand Down

0 comments on commit f5826d8

Please sign in to comment.