Commit a913895b authored by Michael Droettboom's avatar Michael Droettboom

Update build instructions

parent f2c08119
...@@ -9,15 +9,10 @@ this means Python has full access to the Web APIs. ...@@ -9,15 +9,10 @@ this means Python has full access to the Web APIs.
These instructions were tested on Linux. OSX should be substantively the same. These instructions were tested on Linux. OSX should be substantively the same.
1. Build emscripten according to [these 1. Build/install emscripten according to its instructions.
instructions](https://developer.mozilla.org/en-US/docs/WebAssembly/C_to_wasm).
2. Enable the emscripten environment (`source emsdk_env.sh`) 2. Enable the emscripten environment (`source emsdk_env.sh`)
3. Build this project. 3. Build this project.
[It assumes that `cpython-emscripten` was checked out and built in a
directory alongside this project. TODO: Provide a way to specify the
cpython-emscripten location]
Type `make`. Type `make`.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment