Skip to content

Commit

Permalink
Merge pull request #434 from jwillemsen/jwi-compilerversion
Browse files Browse the repository at this point in the history
Documentation updates
  • Loading branch information
jwillemsen authored Apr 10, 2024
2 parents 0da7e4a + 9866455 commit d47850a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/src/getting_started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ Comparing IDL to {cpp} with IDL to

*AXCIOMA* has been tested with the following compilers

* GCC version 4.8 or newer
* Microsoft Visual Studio 2015
* GCC version 8 or newer
* Microsoft Visual Studio 2017
* Microsoft Visual Studio 2019
* Clang C++ version 5 or newer
Expand All @@ -157,7 +156,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

Expand All @@ -183,10 +182,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
|=========================================
Expand Down

0 comments on commit d47850a

Please sign in to comment.