mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-30 10:49:18 -05:00
Updated Working for Web (HTML5) (markdown)
@ -151,7 +151,7 @@ if (EMSCRIPTEN)
|
|||||||
endif ()
|
endif ()
|
||||||
```
|
```
|
||||||
|
|
||||||
## 3. Build provided examples for the web
|
## 3. Build provided examples for the web (optional step)
|
||||||
|
|
||||||
At this point, if you optionally want to compile the provided examples for the web, there is another Makefile to configure. Make sure all paths to emscripten installation (`EMSDK_PATH`) and emscripten required tools (Clang, Python, Node) are correctly configured on `raylib/examples/Makefile`, you must verify [these lines](https://github.com/raysan5/raylib/blob/master/examples/Makefile#L134).
|
At this point, if you optionally want to compile the provided examples for the web, there is another Makefile to configure. Make sure all paths to emscripten installation (`EMSDK_PATH`) and emscripten required tools (Clang, Python, Node) are correctly configured on `raylib/examples/Makefile`, you must verify [these lines](https://github.com/raysan5/raylib/blob/master/examples/Makefile#L134).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user