Updated Compile for Web (HTML5) (markdown)

Jose Antonio
2017-10-30 22:57:51 +01:00
parent 86229650c8
commit 6ae96c851a

@ -4,6 +4,7 @@ To build your raylib game for HTML5 you need a different compiler than the one t
Download emscripten SDK from [here](http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html). I recommend downloading the Portable Emscripten SDK for Windows and decompressing it in `C:\emsdk` folder. After that, go to emsdk intallation folder, run `emcmdprompt.bat` and execute the following commands: Download emscripten SDK from [here](http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html). I recommend downloading the Portable Emscripten SDK for Windows and decompressing it in `C:\emsdk` folder. After that, go to emsdk intallation folder, run `emcmdprompt.bat` and execute the following commands:
emsdk install git-1.9.4
emsdk update emsdk update
emsdk list emsdk list
emsdk install sdk-1.37.9-64bit emsdk install sdk-1.37.9-64bit