Added Boost to requirements list.

This commit is contained in:
Kirill Kirilenko 2016-11-12 02:42:51 +04:00 committed by GitHub
parent adb0630961
commit 0315344af0

View file

@ -7,6 +7,7 @@ In development, so you are welcome to contribute.
## Requirements ## Requirements
* C++14-compatible compiler * C++14-compatible compiler
* CMake 2.8 or newer * CMake 2.8 or newer
* Boost 1.54+
* Boost Unit Test Framework (only for tests) * Boost Unit Test Framework (only for tests)
## Building ## Building