mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-04 21:29:18 -05:00
fixed link to Emscripten variables in Makefile tutorial; now points to codeblock where variables are set
@ -81,7 +81,7 @@ Note that current raylib/src/Makefile just adds/replace the compiled modules to
|
|||||||
|
|
||||||
#### For Linux/macOS users :
|
#### For Linux/macOS users :
|
||||||
|
|
||||||
Before compiling raylib, make sure all paths to emscripten installation (`EMSDK_PATH`) and emscripten required tools (Clang, Python, Node) are correctly configured on `raylib/src/Makefile`, you must verify [these lines](https://github.com/raysan5/raylib/blob/master/src/Makefile#L170).
|
Before compiling raylib, make sure all paths to emscripten installation (`EMSDK_PATH`) and emscripten required tools (Clang, Python, Node) are correctly configured on `raylib/src/Makefile`, you must verify [these lines](https://github.com/raysan5/raylib/blob/master/src/Makefile#L181-L191).
|
||||||
|
|
||||||
You have to modify 3 variables :(`EMSDK_PATH`) (`PYTHON_PATH`) and (`PATH`). Just verify inside the emsdk directory if you have correct paths for (`EMSCRIPTEN_PATH`), (`CLANG_PATH`) and (`NODE_PATH`). (`EMSDK_PATH`) corresponds to path where you downloaded emscripten.
|
You have to modify 3 variables :(`EMSDK_PATH`) (`PYTHON_PATH`) and (`PATH`). Just verify inside the emsdk directory if you have correct paths for (`EMSCRIPTEN_PATH`), (`CLANG_PATH`) and (`NODE_PATH`). (`EMSDK_PATH`) corresponds to path where you downloaded emscripten.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user