require gcc 4.9 because of incomplete regex support in gcc 4.8
This commit is contained in:
parent
63f0b61ea1
commit
118beffe71
3 changed files with 12 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue