From 0dc39ac52292b0bbe46e100f6ceb69fbbb70a074 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Fri, 7 Jun 2024 18:00:27 -0500 Subject: [PATCH] Fix emscripten build directions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 57e471c5ab..3641d561f1 100644 --- a/Makefile +++ b/Makefile @@ -1050,7 +1050,7 @@ ifeq ($(PLATFORM),emscripten) # 1. Create "baseq3" directory in the same directory as this Makefile. # 2. Copy pak[0-8].pk3 into the created "baseq3" directory. - # 3. Run `/path/to/emsdk.sh` + # 3. Run `source "/path/to/emsdk_env.sh"` to add emcc to PATH. # 4. Run `make PLATFORM=emscripten` # 5. Serve the build/release-emscripten-wasm32/ioquake3_opengl2.{html,js,wasm,data} from a web server. # 6. Load ioquake3_opengl2.html in a web browser.