更新Readme

main
wuyize 2023-06-13 15:01:43 +08:00
parent fc2a1daacf
commit 60b9c60a69
1 changed files with 12 additions and 3 deletions

View File

@ -14,10 +14,19 @@
## Requirements
Qt Core, Qt Quick, Qt QML, Qt ShaderTool, Qt 5 Compatibility Module.
Qt 6.4.3Qt Core, Qt Quick, Qt QML, Qt ShaderTool, Qt 5 Compatibility Module.
## Get started
```sh
git clone --recursive http://101.34.228.45:3000/auto/AicsKnowledgeBase.git
git clone --recursive http://101.34.228.45:3000/auto/AicsKnowledgeBase_client.git
```
在调试配置launch.vs.json中添加
```json
"env": {
"PATH": "QT所在目录\\Qt\\6.4.3\\msvc2019_64\\bin"
}
```