| | |
| | | # 系统要求 |
| | | windows |
| | | Windows10 x64 |
| | | |
| | | # 安装SmartEnergyStudio |
| | | 1、SmartEnergyStudio提供标准的c++环境,python环境(python3.7.5及相关依赖包) |
| | | 2、安装python依赖包 |
| | | 3、安装license |
| | | |
| | | # 安装VS2017专业版 |
| | | |
| | | # 环境变量 |
| | | INCLUDE |
| | | ## python开发 |
| | | ![img.png](img.png) |
| | | ## C++开发 |
| | | ![img_1.png](img_1.png) |
| | | ## 通用windows平台开发 |
| | | ![img_5.png](img_5.png) |
| | | ## 使用C++的桌面开发 |
| | | ![img_6.png](img_6.png) |
| | | ![img_7.png](img_7.png) |
| | | |
| | | # 配置环境变量 |
| | | ## 配置INCLUDE |
| | | VS2017 include |
| | | ``` |
| | | D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include |
| | | ``` |
| | | LIB |
| | | python include |
| | | ``` |
| | | C:\PYTHON\include |
| | | ``` |
| | | windows include |
| | | ``` |
| | | D:\Windows Kits\10\Include\10.0.17763.0\shared |
| | | ``` |
| | | ``` |
| | | D:\Windows Kits\10\Include\10.0.17763.0\ucrt |
| | | ``` |
| | | ``` |
| | | D:\Windows Kits\10\Include\10.0.17763.0\um |
| | | ``` |
| | | ``` |
| | | D:\Windows Kits\10\Include\10.0.17763.0\winrt |
| | | ``` |
| | | |
| | | |
| | | MDK中间层 include |
| | | ``` |
| | | C:\Program Files (x86)\IAIL.MDK.Midware\include |
| | | ``` |
| | | |
| | | ![img_2.png](img_2.png) |
| | | ## 配置LIB |
| | | VS2017 LIB |
| | | ``` |
| | | D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\lib\x64 |
| | | ``` |
| | | path |
| | | python LIB |
| | | ``` |
| | | C:\PYTHON\libs |
| | | ``` |
| | | |
| | | ``` |
| | | windows LIB |
| | | ``` |
| | | D:\Windows Kits\10\Lib\10.0.17763.0\ucrt\x64 |
| | | ``` |
| | | ``` |
| | | D:\Windows Kits\10\Lib\10.0.17763.0\um\x64 |
| | | ``` |
| | | |
| | | MDK中间层 LIB |
| | | ``` |
| | | C:\Program Files (x86)\IAIL.MDK.Midware\lib |
| | | ``` |
| | | |
| | | ![img_3.png](img_3.png) |
| | | ## 修改path配置cl |
| | | ``` |
| | | D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64 |
| | | ``` |
| | | ![img_4.png](img_4.png) |