Skip to content

Latest commit

 

History

History
 
 

dist

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Build opencv.js

cd ~/apps/emsdk
./emsdk update
./emsdk install 2.0.10
./emsdk activate 2.0.10
  • build
source ~/apps/emsdk/emsdk_env.sh
emcmake python ./platforms/js/build_js.py build_js --build_wasm

Patch opencv.js

  • To create a patch for the current version of opencv.js, run:
git diff > temp.patch
mv temp.patch dist/opencv.js.patch
  • To apply the patch, run:
git apply dist/opencv.js.patch