From 534959f06ec9f7f589a0ca5c253041ce92fd371d Mon Sep 17 00:00:00 2001 From: Kirill Kirilenko Date: Tue, 4 Oct 2016 03:15:40 +0400 Subject: [PATCH] Added instructions about building. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 +```