Building the Lol Engine for a JavaScript virtual machine
Setup on Linux
A Debian or Debian-like distribution is recommended. Make sure the following packages are installed:
emscripten llvm clang-3.2
Run emscripten at least once:
em++ --version
Build on Linux
Just run ./build/build-html --enable-release
in the Lol Engine directory.
The next builds should work with a simple call to make
.
Last modified 10 years ago
Last modified on Jun 20, 2013, 6:08:46 PM