Skip to content

Commit

Permalink
Fix emscripten build directions
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed Jun 7, 2024
1 parent f41bd37 commit 4fc059b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4fc059b

Please sign in to comment.