mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-30 10:49:18 -05:00
Updated Compile for Web (HTML5) (markdown)
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user