更新Readme
parent
fc2a1daacf
commit
60b9c60a69
13
README.md
13
README.md
|
@ -14,10 +14,19 @@
|
|||
|
||||
## Requirements
|
||||
|
||||
Qt Core, Qt Quick, Qt QML, Qt ShaderTool, Qt 5 Compatibility Module.
|
||||
Qt 6.4.3:Qt 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"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue