Xin Zhang
commited on
Commit
·
f555375
1
Parent(s):
cddb3a6
[docs]: update installation.
Browse files
README.md
CHANGED
@@ -7,7 +7,18 @@ license: mit
|
|
7 |
## 环境安装
|
8 |
### 系统环境
|
9 |
|
10 |
-
> 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
```bash
|
12 |
brew install portaudio cmake
|
13 |
```
|
|
|
7 |
## 环境安装
|
8 |
### 系统环境
|
9 |
|
10 |
+
> 1. macOS 14.5 或更高版本m系列芯片(如M1、M2等)。
|
11 |
+
|
12 |
+
> 2. 确保安装了 Xcode 和命令行工具:
|
13 |
+
```bash
|
14 |
+
# 安装Xcode命令行工具
|
15 |
+
xcode-select --install
|
16 |
+
# 或者者安装Xcode
|
17 |
+
# 打开App Store,搜索Xcode并安装。
|
18 |
+
# 安装完成后,打开Xcode并同意许可协议。
|
19 |
+
```
|
20 |
+
|
21 |
+
> 3. 安装portaudio, cmake 环境
|
22 |
```bash
|
23 |
brew install portaudio cmake
|
24 |
```
|