update docs

This commit is contained in:
lixianjing 2021-04-22 17:10:26 +08:00
parent 7e5c23b271
commit 1310c2daf3
2 changed files with 2 additions and 2 deletions

View File

@ -209,7 +209,7 @@ scons
If scons and the dependent software pack aren't installed, please run the following command in the terminal:
```
sudo apt-get install gcc g++ scons libsndio-dev libgtk-3-dev libglu1-mesa libglu1-mesa-dev libgl1-mesa-glx libgl1-mesa-dev libasound2-dev libibus-1.0-dev fcitx-libs-dev git vim clang-format libharfbuzz-dev nodejs
sudo apt-get install gcc g++ scons libsndio-dev libgtk-3-dev libglu1-mesa libglu1-mesa-dev libgl1-mesa-glx libgl1-mesa-dev libasound2-dev libibus-1.0-dev fcitx-libs-dev git vim clang-format libharfbuzz-dev nodejs libreadline-dev
```
Compile and run (Enter the awtk directory and run the following command in the terminal):

View File

@ -214,7 +214,7 @@ scons
如果没有安装 scons 和依赖的软件包,请在终端运行下面的命令:
```
sudo apt-get install gcc g++ scons libsndio-dev libgtk-3-dev libglu1-mesa libglu1-mesa-dev libgl1-mesa-glx libgl1-mesa-dev libasound2-dev libibus-1.0-dev fcitx-libs-dev git vim clang-format libharfbuzz-dev nodejs
sudo apt-get install gcc g++ scons libsndio-dev libgtk-3-dev libglu1-mesa libglu1-mesa-dev libgl1-mesa-glx libgl1-mesa-dev libasound2-dev libibus-1.0-dev fcitx-libs-dev git vim clang-format libharfbuzz-dev nodejs libreadline-dev
```
编译运行 (在终端下,进入 awtk 所在的目录,并运行下列命令):