Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 375 Bytes

File metadata and controls

24 lines (19 loc) · 375 Bytes

Requirements

  • git
  • python
  • cmake
  • mingw-make (Windows only)
  • Emscripten 3.1.47 or later (Add directory to PATH)

Clone the repositories

git clone https://github.com/effekseer/EffekseerForWebGL
cd EffekseerForWebGL
git submodule update --init

Build

emsdk install 3.1.47
emsdk activate 3.1.47
python -m pip install dukpy jsmin
python build.py