CXXFLAGS IS still required.

This commit is contained in:
James Crook 2017-03-08 13:35:30 +00:00
parent 0efe931df2
commit 95dc3225e5
1 changed files with 1 additions and 1 deletions

View File

@ -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