Expand instruction to build project from source (#93)

Fix 'install from sources' instruction
This commit is contained in:
Luiz Carlos Cavalcanti 2017-10-14 08:30:05 -03:00 committed by mihacooper
parent c9cabe622d
commit 7b73a0e0d9

View File

@ -64,7 +64,7 @@ Requires C++14 compiler compliance. Tested with GCC 4.9+, clang 3.8 and Visual S
# How to install # How to install
### Build from src on Linux and Mac ### 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` 2. `cd effil && mkdir build && cd build`
3. `cmake .. && make install` 3. `cmake .. && make install`
4. Copy effil.lua and libeffil.so/libeffil.dylib to your project. 4. Copy effil.lua and libeffil.so/libeffil.dylib to your project.