From 43b226a8894485551e42e781f132d5219119a753 Mon Sep 17 00:00:00 2001 From: ThaCuber <70547062+thacuber2a03@users.noreply.github.com> Date: Sun, 27 Oct 2024 19:02:11 -0400 Subject: [PATCH] fixed link to Emscripten variables in Makefile tutorial; now points to codeblock where variables are set --- Working-for-Web-(HTML5).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-for-Web-(HTML5).md b/Working-for-Web-(HTML5).md index 0f5bf38..8ef7ca0 100644 --- a/Working-for-Web-(HTML5).md +++ b/Working-for-Web-(HTML5).md @@ -81,7 +81,7 @@ Note that current raylib/src/Makefile just adds/replace the compiled modules to #### 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.