aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2016-05-20 09:36:50 +0100
committerRichard van der Hoff <richard@matrix.org>2016-05-20 15:15:40 +0100
commitd4c8aae803a1fad46ded6e82a64575d9b6e40a7e (patch)
tree4913694054b881bc88145ba1b14df3a640628062 /README.rst
parentb3a7a6b36c695abc5515e806464b497997f59115 (diff)
Add support for building the JS wrappers to the Makefile
Now that we have C and C++, we need to split the compile and link steps (because we need different flags for the C and C++ files), so this is easier with a Makefile.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 0075d84..0f3ae4f 100644
--- a/README.rst
+++ b/README.rst
@@ -26,7 +26,7 @@ To build the javascript bindings, install emscripten from http://kripken.github.
.. code:: bash
- javascript/build.py # builds javascript/olm.js
+ make js
npm pack javascript # packages olm.js into olm-x.y.z.tgz
Remember to make a tag after releasing a tarball: