gentwolf-shen / opencv-em

A simple utility script to build OpenCV static libs with Emscripten

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Building OpenCV with Emscripten

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

Pre-built binaries

You don't need to build the libs you can grab from Releases

About

A simple utility script to build OpenCV static libs with Emscripten

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%