Mercurial > hg > orthanc
changeset 4929:2a58c4df3d47
note about -std=c++11
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 03 Mar 2022 20:34:36 +0100 |
parents | ce038165de74 |
children | 1ce32c1ec4cf |
files | LinuxCompilation.txt |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/LinuxCompilation.txt Tue Mar 01 13:09:43 2022 +0100 +++ b/LinuxCompilation.txt Thu Mar 03 20:34:36 2022 +0100 @@ -247,9 +247,15 @@ * It has been reported that distributions coming with Boost >= 1.70.0 might need the option "-DBoost_NO_BOOST_CMAKE=ON" to be added to the - "cmake" command-line. + "cmake" command line. https://groups.google.com/d/msg/orthanc-users/nXq2qOndw9c/0PGnaOqiAgAJ - + +* Starting with Orthanc 1.10.0, if you use a distribution with an old + version of gcc (typically gcc 4.8 on CentOS), you might have to add + the option "-DCMAKE_CXX_FLAGS=-std=c++11" when invoking the "cmake" + command line. This flag was previously automatically added, but this + feature was removed according to the following discussion: + https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000222