From 315652fc44c1150af9c6d0b78c0e46e76a0dbcbb Mon Sep 17 00:00:00 2001 From: rai Date: Thu, 7 May 2020 20:28:10 +0200 Subject: [PATCH] Update README to include webassembly build info --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b99ea33..8ec164f 100644 --- a/README.md +++ b/README.md @@ -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.