Nothing to see here

master
Vinícius R. Miguel 2020-05-08 16:16:53 -03:00 committed by GitHub
parent 0690451684
commit 0859a0cfef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -123,9 +123,6 @@ PATH=/mingw64/bin:/mingw32/bin:$PATH make
PATH=/mingw32/bin:/mingw64/bin:$PATH make
```
This guide is a courtesy of [XNBlank](https://github.com/XNBlank).
### For the web
The game can be compiled for web browsers that support WebGL using [Emscripten](https://github.com/emscripten-core). To do so, install [emsdk](https://github.com/emscripten-core/emsdk) and run `make TARGET_WEB=1`.