Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 254 Bytes

MY_README.md

File metadata and controls

17 lines (13 loc) · 254 Bytes

Node 编译流程

# 添加编译环境
source "/data/github.com/emsdk/emsdk_env.sh"

# 编译 ffavc
./build_ffmpeg.sh

# 编译 emcc
cd web/script
./build.sh

# web/script/build.sh
# web:-s ENVIRONMENT="web"
# node:-s ENVIRONMENT="node"