From 91842fd533175b89ee1e53eb53c52aadca6bd19a Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 10 Apr 2024 11:00:15 +0200 Subject: [PATCH] gcc8 is now minimum required compiler * docs/src/getting_started.adoc: --- docs/src/getting_started.adoc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/src/getting_started.adoc b/docs/src/getting_started.adoc index 438cfd9a7..1cc47726e 100644 --- a/docs/src/getting_started.adoc +++ b/docs/src/getting_started.adoc @@ -146,7 +146,7 @@ Comparing IDL to {cpp} with IDL to *AXCIOMA* has been tested with the following compilers -* GCC version 4.8 or newer +* GCC version 8 or newer * Microsoft Visual Studio 2015 * Microsoft Visual Studio 2017 * Microsoft Visual Studio 2019 @@ -157,7 +157,7 @@ Comparing IDL to {cpp} with IDL to *AXCIOMA* is currently actively supported on -* RHEL 7.5 x86_64 using GCC 4.8.5 +* RHEL 8.0 x86_64 using GCC 8.2.1 *AXCIOMA* is using at least the following {cxx11} features @@ -183,10 +183,9 @@ prerequisites: |Prerequisite |Package name |ruby 2.0 or newer|ruby |perl version 5.10 or newer |perl -|gcc version 4.7 or newer |gcc -|g++ version 4.7 or newer |gcc-c++ +|gcc version 8 or newer |gcc +|g++ version 8 or newer |gcc-c++ |xerces-c++ version 3.0 or newer |xerces-c -|clang 5 or newer |clang |GNU make version 3.81 or newer |make |GNU Bash|bash |=========================================