From d723cc2a70e62e86e4de8858d3fc056ba5d7d541 Mon Sep 17 00:00:00 2001 From: Eric Kunze Date: Fri, 24 Feb 2023 15:05:49 -0800 Subject: Update compiler versions in README Brings up to date with commonly tested configuration Change-Id: Id1791f506e6d822d69ee962a9403a7092afeaaf6 Signed-off-by: Eric Kunze --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 649246d..94c5a2a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ tools: * CMake version 3.4 or later * GNU Make 4.1 or later -* GCC (tested with 7.5.0) or Clang C++ compiler (tested with clang-9) +* GCC (tested with 9.4.0) or Clang C++ compiler (tested with clang-10) with C++17 support The model includes the following git submodules: @@ -36,7 +36,7 @@ The model includes the following git submodules: * doctest 2.4.9 (When building unit tests) The model is written using -C++17 and has been primarily tested on Ubuntu x86_64 18.04 LTS Linux +C++17 and has been primarily tested on Ubuntu x86_64 20.04 LTS Linux systems. The testing infrastructure requires: -- cgit v1.2.1