aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2018-10-10 20:08:55 +0100
committerDavid Baker <dave@matrix.org>2018-10-10 20:08:55 +0100
commit82534708a35640672c812e7603a84a9f42c8b50c (patch)
treef8e9a909d9bc075fb40b968fa4c478f42ebf9668 /README.rst
parent2cbba061c3f0ce4d7f86c3dc2b7f7fd5f4f45ff7 (diff)
parent3cfcf1615dfe434e1aa10d5c904d537b159e1566 (diff)
Merge remote-tracking branch 'origin/master' into dbkr/ci2
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 4f33c00..5a5413e 100644
--- a/README.rst
+++ b/README.rst
@@ -31,6 +31,9 @@ To build the javascript bindings, install emscripten from http://kripken.github.
make js
+Note that if you run emscripten in a docker container, you need to pass through
+the EMCC_CLOSURE_ARGS environment variable.
+
To build the android project for Android bindings, run:
.. code:: bash