提交 | 用户 | 时间
|
137356
|
1 |
# 系统要求 |
741f65
|
2 |
Windows10 x64 |
c7c5ab
|
3 |
|
潘 |
4 |
# 安装SmartEnergyStudio |
8a74e9
|
5 |
1、SmartEnergyStudio提供标准的c++环境,python环境(python3.7.5及相关依赖包) |
潘 |
6 |
2、安装python依赖包 |
|
7 |
3、安装license |
137356
|
8 |
|
潘 |
9 |
# 安装VS2017专业版 |
|
10 |
|
c7c5ab
|
11 |
## python开发 |
潘 |
12 |
![img.png](img.png) |
|
13 |
## C++开发 |
|
14 |
![img_1.png](img_1.png) |
22f6f1
|
15 |
## 通用windows平台开发 |
潘 |
16 |
![img_5.png](img_5.png) |
|
17 |
## 使用C++的桌面开发 |
|
18 |
![img_6.png](img_6.png) |
|
19 |
![img_7.png](img_7.png) |
|
20 |
|
c7c5ab
|
21 |
# 配置环境变量 |
潘 |
22 |
## 配置INCLUDE |
22f6f1
|
23 |
VS2017 include |
137356
|
24 |
``` |
潘 |
25 |
D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\include |
|
26 |
``` |
22f6f1
|
27 |
python include |
潘 |
28 |
``` |
|
29 |
C:\PYTHON\include |
|
30 |
``` |
|
31 |
windows include |
|
32 |
``` |
741f65
|
33 |
D:\Windows Kits\10\Include\10.0.17763.0\shared |
22f6f1
|
34 |
``` |
741f65
|
35 |
``` |
潘 |
36 |
D:\Windows Kits\10\Include\10.0.17763.0\ucrt |
|
37 |
``` |
|
38 |
``` |
|
39 |
D:\Windows Kits\10\Include\10.0.17763.0\um |
|
40 |
``` |
|
41 |
``` |
|
42 |
D:\Windows Kits\10\Include\10.0.17763.0\winrt |
|
43 |
``` |
|
44 |
|
|
45 |
|
22f6f1
|
46 |
MDK中间层 include |
潘 |
47 |
``` |
|
48 |
C:\Program Files (x86)\IAIL.MDK.Midware\include |
|
49 |
``` |
|
50 |
|
c7c5ab
|
51 |
![img_2.png](img_2.png) |
潘 |
52 |
## 配置LIB |
22f6f1
|
53 |
VS2017 LIB |
137356
|
54 |
``` |
潘 |
55 |
D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\lib\x64 |
|
56 |
``` |
22f6f1
|
57 |
python LIB |
潘 |
58 |
``` |
|
59 |
C:\PYTHON\libs |
|
60 |
``` |
|
61 |
|
741f65
|
62 |
``` |
潘 |
63 |
windows LIB |
|
64 |
``` |
|
65 |
D:\Windows Kits\10\Lib\10.0.17763.0\ucrt\x64 |
|
66 |
``` |
|
67 |
``` |
|
68 |
D:\Windows Kits\10\Lib\10.0.17763.0\um\x64 |
|
69 |
``` |
|
70 |
|
22f6f1
|
71 |
MDK中间层 LIB |
潘 |
72 |
``` |
|
73 |
C:\Program Files (x86)\IAIL.MDK.Midware\lib |
|
74 |
``` |
|
75 |
|
c7c5ab
|
76 |
![img_3.png](img_3.png) |
潘 |
77 |
## 修改path配置cl |
137356
|
78 |
``` |
潘 |
79 |
D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64 |
|
80 |
``` |
c7c5ab
|
81 |
![img_4.png](img_4.png) |