= 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: {{{ #!sh 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`.