require gcc 4.9 because of incomplete regex support in gcc 4.8

This commit is contained in:
Patrick Brosi 2019-01-12 01:04:38 +01:00
parent 63f0b61ea1
commit 118beffe71
3 changed files with 12 additions and 5 deletions

View file

@ -14,7 +14,7 @@ Precise map-matching for public transit schedules (GTFS data).
## Requirements
* `cmake`
* `gcc >= 4.8` (or `clang >= 5.0`)
* `gcc >= 4.9` (or `clang >= 5.0`)
## Building and Installation