Added instructions about building.

This commit is contained in:
Kirill Kirilenko 2016-10-04 03:15:40 +04:00 committed by GitHub
parent 1a4e3b8800
commit 534959f06e

View file

@ -6,3 +6,11 @@ In development, so you are welcome to contribute.
* C++14-compatible compiler * C++14-compatible compiler
* CMake 2.8 or newer * CMake 2.8 or newer
* Boost Unit Test Framework (only for tests) * Boost Unit Test Framework (only for tests)
## Building
*You can set available options in CMakeLists.txt before running configure script.*
```bash
git submodule update --init --recursive
./configure
make
```