From d1f522b201577010dee36dcd5cc53ff605956aea Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 2 Oct 2014 13:24:00 -0700 Subject: [PATCH] min compiler is g++ 4.8 - refs #2486 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index c75eccbe0..95fe2531a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -50,7 +50,7 @@ For troubleshooting help see https://github.com/mapnik/mapnik/wiki/InstallationT Build system dependencies are: - * C++ compiler (like g++ or clang++) + * C++ compiler supporting `-std=c++11` (like >= g++ 4.8 or >= clang++ 3.4) * >= 2 GB RAM (> 5 GB for g++) * Python 2.4-2.7 * Scons (a copy is bundled)