Add installation speed optimization note for Chinese users

Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-25 01:23:48 +00:00
parent 32afa64f94
commit 1eb8eda923
2 changed files with 5 additions and 0 deletions

View File

@@ -79,6 +79,8 @@ $ sudo apt install -y scons python3-pip u-boot-tools patch
$ pip3 install git+https://github.com/sysprog21/Kconfiglib
```
注意:如果下载速度较慢,可以使用 git 代理或设置 pip 镜像源来加速安装。
另外还需要一些软件包用于 rttpkgtool 打包。
```shell

View File

@@ -53,6 +53,9 @@ export RTT_CC_PREFIX=riscv64-unknown-linux-musl-
sudo apt install scons python3-pip
pip install git+https://github.com/sysprog21/Kconfiglib
```
注意:如果下载速度较慢,可以使用 git 代理或设置 pip 镜像源来加速安装。
### 4.2.3. 编译
```shell