Dropped support for GCC 5.

This commit is contained in:
2017-03-15 16:22:03 +01:00
parent 9e6d135781
commit f6a57053b0
2 changed files with 1 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ $ anthem [options] file...
## Building
`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).
After installing the dependencies, `anthem` is built with a C++14 compiler (GCC ≥ 6.1 or clang ≥ 3.8).
```bash
$ git clone https://github.com/potassco/anthem.git