DPS/README.md

15 lines
566 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# DataPlatformStudio
## 使用说明
### 项目依赖
* 本程序使用**Visual Studio 2019 (v142)**编译平台Windows SDK版本为**10.0.19041.0**。
* 编译系统需安装**QT 5.15.2**。
### 项目编译
打开解决方案`DataPlatformStudio.sln`选择debug或者release任意一种配置启动编译即可。
第一次编译完成后,还不能直接启动程序。请执行一次解决方案目录下的`denpendinstall.bat`脚本以便初始化QT程序的依赖库和拷贝第三方依赖组件3th目录下内容
之后常规运行调试程序即可。
>*测试程序需要将**DataPlatform**目录下的**project.json**文件拷贝到运行目录作为虚拟测试数据,正式程序请去除该项内容。*