diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-05-20 09:36:50 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-05-20 15:15:40 +0100 |
commit | d4c8aae803a1fad46ded6e82a64575d9b6e40a7e (patch) | |
tree | 4913694054b881bc88145ba1b14df3a640628062 /README.rst | |
parent | b3a7a6b36c695abc5515e806464b497997f59115 (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.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |