mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-02-06 20:50:55 +08:00
15 lines
392 B
Plaintext
15 lines
392 B
Plaintext
![]() |
|
||
|
1. Download and install emscripten using the guide from.
|
||
|
https://emscripten.org/docs/getting_started/downloads.html
|
||
|
|
||
|
2. Add 'emsdk/' directory to the environment, this will need to
|
||
|
call the emsdk_env from anywhere.
|
||
|
|
||
|
3. Run command `call emsdk_env.bat` to initialize the emsdk env
|
||
|
on windows, for other platform see emscripten docs.
|
||
|
|
||
|
4. Run 'python compile.py' to run compile.
|
||
|
|
||
|
|
||
|
|