HowToBuild.md

December 22, 2025 ยท View on GitHub

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