Update compile settings and improve required Clang version to 18

This commit is contained in:
Alexander Bock
2026-03-08 22:38:07 +01:00
parent aa65bca8b5
commit 6195f95038
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ This repository contains the source code and example profiles for OpenSpace, but
Requirements for compiling are:
- CMake version 4.0 or above
- C++ compiler supporting C++20/C++23 (Visual Studio 2026 18, GCC13, Clang17)
- C++ compiler supporting C++23 (Visual Studio 2026 18, GCC13, Clang18)
- <a href="https://www.qt.io/download">Qt</a>