Updated dependencies in readme.

This commit is contained in:
Patrick Lühne 2016-11-24 22:49:42 +01:00
parent 78511d9929
commit da63f984c1
No known key found for this signature in database
GPG Key ID: 05F3611E97A70ABF
1 changed files with 2 additions and 1 deletions

View File

@ -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