langhuihui / jessibuca

Jessibuca是一款开源的纯H5直播流播放器
https://jessibuca.com
GNU General Public License v3.0
2.22k stars 415 forks source link

How to build project on Windows #153

Closed pubpy2015 closed 2 years ago

pubpy2015 commented 2 years ago

Hi,

I am clone your project by using command:

// clone jessibuca git clone https://github.com/langhuihui/jessibuca.git // clone ffmpeg cd jessibuca git submodule update --init

and clone Emscripten

git clone https://github.com/emscripten-core/emsdk.git cd emsdk git pull emsdk install latest emsdk activate latest

and build:

npm run build => ok ảnh

npm run build:wasm => failed!

ảnh

Please help me to solve this problem.

bosscheng commented 2 years ago

Hi, you can cd ./wasm dir and then exec 'python wasm/make.py --wasm'