mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-23 07:39:18 -05:00
Updated Working for Web (HTML5) (markdown)
@ -23,7 +23,7 @@ _NOTE: Updated installation notes are always [available here](https://emscripten
|
|||||||
|
|
||||||
### Compiling raylib source code
|
### Compiling raylib source code
|
||||||
|
|
||||||
Before compiling your game, raylib library **must be recompiled for HTML5**, generating `libraylib.bc`.
|
Before compiling your game, raylib library **must be recompiled for HTML5**, generating `libraylib.a`.
|
||||||
|
|
||||||
#### Using Makefile
|
#### Using Makefile
|
||||||
|
|
||||||
@ -57,7 +57,7 @@ After the path configuration, just execute the following command:
|
|||||||
|
|
||||||
`make PLATFORM=PLATFORM_WEB -B`
|
`make PLATFORM=PLATFORM_WEB -B`
|
||||||
|
|
||||||
Generated `libraylib.bc` is placed in `raylib\src\libraylib.bc` directory.
|
Generated `libraylib.a` is placed in `raylib\src\libraylib.a` directory.
|
||||||
|
|
||||||
#### Using CMake
|
#### Using CMake
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user