diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-12-19 09:58:18 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-12-19 09:58:18 -0800 |
commit | 05d96f1517dc801b14c69ae3b72f590c86286448 (patch) | |
tree | c1c256a5ec6d482d533b3e4cd631444ca465cb5b | |
parent | 843ff2b613e734a31a6acb061476a105f1669949 (diff) | |
download | binaryen-05d96f1517dc801b14c69ae3b72f590c86286448.tar.gz binaryen-05d96f1517dc801b14c69ae3b72f590c86286448.tar.bz2 binaryen-05d96f1517dc801b14c69ae3b72f590c86286448.zip |
cmake notes in readme
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ $ ./build.sh * `binaryen-shell` and `asm2wasm` require a C++11 compiler. * If you also want to compile C/C++ to WebAssembly (and not just asm.js to WebAssembly), you'll need Emscripten. You'll need the `incoming` branch there (which you can get via [the SDK](http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html)). * `wasm.js` also requires Emscripten. +* There is work-in-progress CMake support, but it isn't stable or finished yet. ## Running |