diff options
author | David Baker <dave@matrix.org> | 2018-10-10 20:15:40 +0100 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2018-10-10 20:15:40 +0100 |
commit | e73ebcea67b50ada065a362ec774bd66ec47b065 (patch) | |
tree | 7985ce06cb2a30f5b582fcec416c95f725a30dff /README.rst | |
parent | f6e3f7f44aef5bb84173e87869928bd9922aaf96 (diff) | |
parent | 3cfcf1615dfe434e1aa10d5c904d537b159e1566 (diff) |
Merge remote-tracking branch 'origin/master' into dbkr/pk_private_export_import
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |