docs: update 为deepin添加来自debian或者ubuntu的软件包

This commit is contained in:
李成刚 2023-02-17 13:51:25 +08:00 committed by xzl
parent 71d6abdc6a
commit a54d5507fd

View File

@ -36,6 +36,8 @@ dpkg-source -x neofetch_7.1.0-1.dsc
```
你可以获得一个`neofetch-7.1.0`的目录,进入目录,可以看到`debian`目录这个目录就是debian的源码包。
> 注意检查源码中是否包含发行版的判断比如debian/rules、CMakeList 等构建时的判断检查等
### 3. 检查依赖
```shell