refactor: 重构文档目录

移除了所有数字标号

Log:
This commit is contained in:
xzl
2023-03-06 16:38:17 +08:00
committed by HarryLoong
parent 74927fabf8
commit 75e27661e0
31 changed files with 178 additions and 181 deletions

View File

@@ -1,10 +1,10 @@
# 11.5.DTK编程环境开发
# DTK编程环境开发
## 11.5.1. 介绍
## 介绍
DTK是deepin和UOS使用的一套开发框架它是基于Qt开发的所以在你需要先安装Qt的开发环境。
## 11.5.2. 安装
## 安装
### C++
@@ -24,15 +24,15 @@ sudo apt install qt5-default qtbase5-dev qtcreator
sudo apt install dtkwidget-dev
```
## 11.5.3. 文本编辑器
## 文本编辑器
DTK是基于Qt开发的所以你可以使用任意的文本编辑器比如vim、emacs、vscode等。 和C++一样
## 11.5.4. IDE
## IDE
这里推荐使用QtCreator因为它是Qt官方出品的IDE当然如果你想使用其他支持C++的IDE也是可以的。
## 11.5.5. 文档资料
## 文档资料
- [DTK官方文档](https://docs.deepin.org/info/%E5%BC%80%E5%8F%91%E5%85%A5%E9%97%A8/%E5%9F%BA%E7%A1%80%E7%8E%AF%E5%A2%83/DTK/%E5%BC%80%E5%8F%91)
- [Qt官方文档](https://doc.qt.io/qt-5/index.html)