diff options
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -305,6 +305,15 @@ etc. ## Building +Binaryen uses git submodules (at time of writing just for gtest), so before you build you will have to initialize the submodules: + +``` +git submodule init +git submodule update +``` + +After that you can build with CMake: + ``` cmake . && make ``` |