We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e87d8 commit 89e4804Copy full SHA for 89e4804
README.md
@@ -99,9 +99,10 @@ Before building, ensure you have the following installed:
99
100
### 🐧 Linux (Preset: linux-ninja-debug)
101
102
-* **C++ Compiler: GCC or Clang (supporting C++11)**
+* **C++ Compiler: GCC 10+ or Clang 10+ (supporting C++20)**
103
* **Generator: Ninja**
104
* **Install Command (Ubuntu/Debian):** ```bash sudo apt update && sudo apt install build-essential ninja-build cmake ```
105
+* **Note:** GCC 10+ is available by default on Ubuntu 22.04+. On older distros, install via `sudo apt install gcc-10 g++-10`.
106
107
## 🏗️ Build Instructions
108
0 commit comments