Update README to include webassembly build info

master
rai 2020-05-07 20:28:10 +02:00 committed by Jan200101
parent 0cb29b3012
commit 315652fc44
1 changed files with 4 additions and 1 deletions

View File

@ -50,9 +50,12 @@ make VERSION=us WINDOWS-BUILD=1 # builds a (U) Windows executable
Install WSL with a distro of your choice (Ubuntu 18.04 recommended) following [the official guide](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
Then follow the instructions of the Linux section above. It's also possible to build using [MinGW](http://www.mingw.org/), but it tends to be considerably more difficult.
### For the web
The game can be compiled for web browsers that support webassembly using emscripten. To do so, install [emsdk](https://github.com/emscripten-core/emsdk) and run `make TARGET_WEB=1`.
### Current issues
* Support for the EU version is still experimental.