Update README.md

This commit is contained in:
Xiaofan 2025-10-11 09:46:12 +08:00 committed by GitHub
parent 33d1e7de83
commit af9bf80726
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -167,7 +167,7 @@ Requirements:
* Linux systems (Ubuntu 20.04 or later recommended): * Linux systems (Ubuntu 20.04 or later recommended):
```bash ```bash
Go: >= 1.21 Go: >= 1.21
CMake: >= 3.26.4 CMake: >= 3.26.4 && CMake < 4
GCC: 9.5 GCC: 9.5
Python: > 3.8 and <= 3.11 Python: > 3.8 and <= 3.11
``` ```
@ -175,7 +175,7 @@ Requirements:
* MacOS systems with x86_64 (Big Sur 11.5 or later recommended): * MacOS systems with x86_64 (Big Sur 11.5 or later recommended):
```bash ```bash
Go: >= 1.21 Go: >= 1.21
CMake: >= 3.26.4 CMake: >= 3.26.4 && CMake < 4
llvm: >= 15 llvm: >= 15
Python: > 3.8 and <= 3.11 Python: > 3.8 and <= 3.11
``` ```
@ -183,7 +183,7 @@ Requirements:
* MacOS systems with Apple Silicon (Monterey 12.0.1 or later recommended): * MacOS systems with Apple Silicon (Monterey 12.0.1 or later recommended):
```bash ```bash
Go: >= 1.21 (Arch=ARM64) Go: >= 1.21 (Arch=ARM64)
CMake: >= 3.26.4 CMake: >= 3.26.4 && CMake < 4
llvm: >= 15 llvm: >= 15
Python: > 3.8 and <= 3.11 Python: > 3.8 and <= 3.11
``` ```