aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2018-10-10 20:15:40 +0100
committerDavid Baker <dave@matrix.org>2018-10-10 20:15:40 +0100
commite73ebcea67b50ada065a362ec774bd66ec47b065 (patch)
tree7985ce06cb2a30f5b582fcec416c95f725a30dff /README.rst
parentf6e3f7f44aef5bb84173e87869928bd9922aaf96 (diff)
parent3cfcf1615dfe434e1aa10d5c904d537b159e1566 (diff)
Merge remote-tracking branch 'origin/master' into dbkr/pk_private_export_import
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