Skip to content

Commit 89e4804

Browse files
committed
Update README.md
1 parent c7e87d8 commit 89e4804

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,10 @@ Before building, ensure you have the following installed:
9999

100100
### 🐧 Linux (Preset: linux-ninja-debug)
101101

102-
* **C++ Compiler: GCC or Clang (supporting C++11)**
102+
* **C++ Compiler: GCC 10+ or Clang 10+ (supporting C++20)**
103103
* **Generator: Ninja**
104104
* **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`.
105106

106107
## 🏗️ Build Instructions
107108

0 commit comments

Comments
 (0)