diff --git a/README.md b/README.md index f07cbd7..095d25c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ $ anthem [files] [options] ## Building -`anthem` is built with `cmake` and requires a C++14 compiler (preferrably GCC ≥ 6.1 or clang ≥ 3.8). +`anthem` requires [CMake](https://cmake.org/) and [Boost](http://www.boost.org/) for building. +After installing the dependencies, `anthem` is built with a C++14 compiler (preferrably GCC ≥ 6.1 or clang ≥ 3.8). ```bash $ git clone https://github.com/potassco/anthem.git