Skip to content

Commit b23642c

Browse files
committed
docs: Specify a particular Emscripten SDK version
Specify the Emscripten 1.35.23 SDK to be used when compiling LiveCode, rather than the latest unstable version of Emscripten.
1 parent 6af7a29 commit b23642c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/development/build-emscripten.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ an Emscripten engine.
2222

2323
/opt/emsdk_portable/emsdk list
2424

25-
3. Install and activate the "incoming" SDK by running:
25+
3. Install and activate SDK 1.35.23 by running:
2626

27-
/opt/emsdk_portable/emsdk install sdk-incoming-64bit
28-
/opt/emsdk_portable/emsdk activate sdk-incoming-64bit
27+
/opt/emsdk_portable/emsdk install sdk-1.35.23-32bit
28+
/opt/emsdk_portable/emsdk activate sdk-1.35.23-32bit
2929

3030
This will take a really long time and use an insane amount of RAM.
3131

@@ -65,4 +65,3 @@ Some web browsers (including Google Chrome) have JavaScript security policies th
6565
python -m SimpleHTTPServer 8080
6666

6767
You can then load http://localhost:8080/ in a web browser to view your standalone HTML5 engine.
68-

0 commit comments

Comments
 (0)