Skip to content

Commit

Permalink
version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Jan 24, 2025
1 parent 02531dc commit 7e44639
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# opencv-em

A simple script utility to build with Emscripten OpenCV static libs. You can build the libs by yourself or grab them from a [Release](https://github.com/webarkit/opencv-em/releases)
This project serves to build the OpenCV libraries for [WebARKitLib]([https://](https://github.com/webarkit/WebARKitLib/tree/dev)), but it can be customized to suit your specific needs.

## Building OpenCV with Emscripten

Expand Down Expand Up @@ -39,7 +40,7 @@ include(FetchContent)
FetchContent_Declare(
build_opencv
URL https://github.com/webarkit/opencv-em/releases/download/0.1.4/opencv-4.7.0.zip
URL https://github.com/webarkit/opencv-em/releases/download/0.1.6/opencv-4.10.0.zip
)
FetchContent_MakeAvailable(build_opencv)
Expand Down

0 comments on commit 7e44639

Please sign in to comment.