diff options
author | buddhabrot <maarten.mortier@gmail.com> | 2016-04-19 00:27:43 +0200 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2016-04-18 15:27:43 -0700 |
commit | 684ed50648fd45199edca7532c743b16a7050695 (patch) | |
tree | 1fcc48b7aa50f8b08e54168f5942deba7fc21034 | |
parent | 003834c73f30268f5314cc717b994368cd548d98 (diff) | |
download | binaryen-684ed50648fd45199edca7532c743b16a7050695.tar.gz binaryen-684ed50648fd45199edca7532c743b16a7050695.tar.bz2 binaryen-684ed50648fd45199edca7532c743b16a7050695.zip |
Fix README.md - Ninja documentation (#263)
* Fixed README.md mistake for Ninja generator
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ Then do ``` cmake . && make ``` -Note that you can also use `ninja` as your generator: `cmake -G ninja . && ninja`. +Note that you can also use `ninja` as your generator: `cmake -G Ninja . && ninja` * `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)). |