A simple script utility to build with Emscripten OpenCV static libs. You can build the libs by yourself or grab them from a Release
If you want to build the libs, you need Emscripten. Install the emsdk as suggested in the Emscripten website. Then you can clone this repository:
git clone https://github.com/webarkit/opencv-em.git
you need also to init the OpenCV submodule:
git submodule update --init
Then you can run the build script (./build.sh) with either linux
or emscripten
configuration.
Note: If you'd like the include file structure to mimic a default OpenCV installation inside the generated archive for emscripten, you'll need to do both and start with a linux build:
./build.sh linux
Then, move on to the emscripten build:
./build.sh emscripten
You don't need to build the libs you can grab from Releases