Fixed building instructions

This commit is contained in:
Kirill Kirilenko 2016-11-26 15:33:19 +04:00 committed by GitHub
parent a20cbee5a6
commit 607647cb25

View file

@ -14,7 +14,9 @@ In development, so you are welcome to contribute.
*You can set available options in CMakeLists.txt before running configure script.*
```bash
git submodule update --init --recursive
./configure
mkdir build
cd build
cmake ..
make
```
## Usage