From da63f984c1f7e46e5a6a962331a46452edca1bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Thu, 24 Nov 2016 22:49:42 +0100 Subject: [PATCH] Updated dependencies in readme. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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