From 4a45ec0db9fb7f394f8468c7e3540344a7452b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Salavert=20Torres?= Date: Wed, 26 Apr 2023 17:56:48 +0200 Subject: [PATCH] Updated Working for Web (HTML5) (markdown) --- 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 fb2d1b5..6907d93 100644 --- a/Working-for-Web-(HTML5).md +++ b/Working-for-Web-(HTML5).md @@ -151,7 +151,7 @@ if (EMSCRIPTEN) 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).