emconfigure ./waf configure --emscripten && emmake ./waf build && emmake ./waf install --destdir ./out
cd /path/to/fork
mkdir build
cd build
emcmake cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../out && emmake make all install
| Name | Name | Last commit date | ||
|---|---|---|---|---|
emconfigure ./waf configure --emscripten && emmake ./waf build && emmake ./waf install --destdir ./out
cd /path/to/fork
mkdir build
cd build
emcmake cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../out && emmake make all install