Document GCC 11 support.

This commit is contained in:
Alexander Shaduri
2025-02-24 16:03:22 +04:00
parent 23d06c4bc7
commit a7281b7b1e
+1 -1
View File
@@ -24,7 +24,7 @@ permalink: /software-requirements
**Note:** These are required only if you're building GSmartControl from source code.
* [GTK+ 3](https://www.gtk.org) library, version 3.4 or higher.
* [Gtkmm](https://www.gtkmm.org) library, version 3.4 or higher.
* C++20 Compiler (GCC 13 or later, Clang/libc++ 17 or later, Apple Clang 15 or later)
* C++20 Compiler (GCC 11 or later, Clang/libc++ 17 or later, Apple Clang 15 or later)
* [CMake](https://cmake.org), version 3.14 or higher.
### Building from Source