diff --git a/README.md b/README.md index 6780d11..56e4fe8 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,11 @@ In development, so you are welcome to contribute. * C++14-compatible compiler * CMake 2.8 or newer * 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 +```