From 7b73a0e0d949c963e4627cf30e31f24e75f3900b Mon Sep 17 00:00:00 2001 From: Luiz Carlos Cavalcanti Date: Sat, 14 Oct 2017 08:30:05 -0300 Subject: [PATCH] Expand instruction to build project from source (#93) Fix 'install from sources' instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 820ee0e..ea72e20 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Requires C++14 compiler compliance. Tested with GCC 4.9+, clang 3.8 and Visual S # How to install ### Build from src on Linux and Mac -1. `git clone git@github.com:effil/effil.git effil` +1. `git clone --recursive git@github.com:effil/effil.git effil` 2. `cd effil && mkdir build && cd build` 3. `cmake .. && make install` 4. Copy effil.lua and libeffil.so/libeffil.dylib to your project.