Update compiler info to C++20 in readme

This commit is contained in:
Emma Broman
2022-08-23 13:54:57 +02:00
committed by GitHub
parent 979a5e3378
commit 06c1c13f78

View File

@@ -38,7 +38,7 @@ This repository contains the source code and example profiles for OpenSpace, but
Requirements for compiling are:
- CMake version 3.10 or above
- C++ compiler supporting C++17 (MSVC 16.10, GCC9, Clang10)
- C++ compiler supporting C++20 (MSVC 19.31, GCC11, Clang14, AppleClang 13.1.6)
- [Boost](http://www.boost.org/)
- [Qt](http://www.qt.io/download)