From 80b4922b026a07569d48731c46d10f9d5dd415f4 Mon Sep 17 00:00:00 2001 From: Patrick Brosi Date: Wed, 4 Jul 2018 14:36:29 +0200 Subject: [PATCH] require gcc 4.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4ad293..1241e6e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Precise map-matching for public transit schedules (GTFS data). ## Requirements * `cmake` - * `gcc` >= 5 + * `gcc` >= 4.8 * `libboost-system` >= 1.56, `libboost-filesystem` >= 1.56, `libboost-geometry` >= 1.56 ## Building and Installation