From 95dc3225e57d87c04da54020e5d74c123908ac2c Mon Sep 17 00:00:00 2001
From: James Crook <james.k.crook@gmail.com>
Date: Wed, 8 Mar 2017 13:35:30 +0000
Subject: [PATCH] CXXFLAGS IS still required.

---
 README.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.txt b/README.txt
index e51cd41700..fb42a3bec2 100644
--- a/README.txt
+++ b/README.txt
@@ -275,7 +275,7 @@ you need to install the "dev" (development) packages for each library.
 To compile on Linux and other Unix systems and using gnu tools, execute these 
 commands:
 
-  ./configure
+  ./configure CXXFLAGS="-std=gnu++11"
   make
   make install  # as root
 
-- 
GitLab