webarkit / webarkit-cv

WebARKit thanks to OpenCV and Emscripten
4 stars 1 forks source link

Build with docker fails #2

Closed kalwalt closed 1 year ago

kalwalt commented 1 year ago

Actually i can not build the opencv libs with docker it seems an issue with new changes under Emscripten as stated in https://github.com/opencv/opencv/issues/20313

kalwalt commented 1 year ago

Now the opencv_js lib is compiled with the action github script build_opencv.yml This is the command: https://github.com/webarkit/webarkit-cv/blob/2f61b7e9d2fb9d4aac9a90f7cd88379ab7abb79f/.github/workflows/build_opencv.yml#L30 Note that is running in a Linux OS (Ubuntu) maybe can be a little different under Windows.