Update README to include webassembly build info
This commit is contained in:
parent
12e64396f0
commit
d314c6da74
|
@ -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).
|
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.
|
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
|
### Current issues
|
||||||
|
|
||||||
* Support for the EU version is still experimental.
|
* Support for the EU version is still experimental.
|
||||||
|
|
Loading…
Reference in New Issue