skullanbones / mpeg2ts

A fast, cross-platform and modern C++ SDK for all your MPEG-2 transport stream media format needs following international specification ISO/IEC 13818-1.
Other
71 stars 6 forks source link

Compile WebApp with emcmake #33

Closed kohnech closed 4 years ago

kohnech commented 4 years ago

fixes #28

kohnech commented 4 years ago

In order to compile using emcmake:

cd /tmp/emsdk
./emsdk activate 1.39.5
cd /tmp/workspace/build
emconfigure cmake -DENABLE_TESTS=OFF -DENABLE_COMPONENT_TESTS=OFF -DBUILD_SAMPLES=OFF -DENABLE_WEBASSEMBLY=ON ..
make