diff options
author | Richard van der Hoff <richard@matrix.org> | 2017-01-17 09:58:13 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-01-17 09:59:30 +0000 |
commit | 199a4e70616a583e33d7e9a7dd8c95503845fcac (patch) | |
tree | fd757ad4aaf614765d4f04dedf3b8f5fa8a04381 /README.rst | |
parent | 860740a91ee0efcf3c594ece23ef0a38ddda394e (diff) |
Fix Android build instrucitons
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -32,12 +32,13 @@ To build the javascript bindings, install emscripten from http://kripken.github. .. code:: bash make js - + To build the android project for Android bindings, run: - .. code:: bash - cd android - ./gradlew clean assembleRelease +.. code:: bash + + cd android + ./gradlew clean assembleRelease To build the Xcode workspace for Objective-C bindings, run: |