From 6ae96c851a2cf6144ef31a5b31329820cce2f673 Mon Sep 17 00:00:00 2001 From: Jose Antonio Date: Mon, 30 Oct 2017 22:57:51 +0100 Subject: [PATCH] Updated Compile for Web (HTML5) (markdown) --- Compile-for-Web-(HTML5).md | 1 + 1 file changed, 1 insertion(+) diff --git a/Compile-for-Web-(HTML5).md b/Compile-for-Web-(HTML5).md index ca48992..b58963d 100644 --- a/Compile-for-Web-(HTML5).md +++ b/Compile-for-Web-(HTML5).md @@ -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: + emsdk install git-1.9.4 emsdk update emsdk list emsdk install sdk-1.37.9-64bit