mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Fix emscripten build directions
This commit is contained in:
parent
f41bd37fde
commit
4fc059b940
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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.
|
||||
|
|
Loading…
Reference in a new issue