mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-11-16 12:34:33 +00:00
Add installation speed optimization note for Chinese users
Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user