You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update local compilation docs
* local compilation docs chinese version update
Signed-off-by: Zhang Jun <jzhang533@gmail.com>
---------
Signed-off-by: Zhang Jun <jzhang533@gmail.com>
Co-authored-by: Zhang Jun <jzhang533@gmail.com>
@@ -45,12 +56,17 @@ If you are developing the Paddle2ONNX project locally, you can use `pip install
45
56
## 2 Install on Windows
46
57
47
58
**Note that the prerequisite for compiling and installing Windows is that Visual Studio 2019 is already installed in the system**
59
+
### 2.1 Install Visual Studio 16 2019
60
+
1. Download Visual Studio 16 2019 from [this link](https://download.visualstudio.microsoft.com/download/pr/e7ffa30b-43a5-4afc-bf2a-2e3656a842e4/60b26131ac7b8c59f734a1e0c32cc9dc/vs_community.exe) and run `vs_community.exe`.
61
+
2. Under the **Workloads** tab, select the checkbox for **Desktop development with C++**.
62
+
- Note: Under Installation Details > Desktop Development with C++ > Optional: **Live Share** and **Intellicode** are unnecessary, feel free to uncheck these boxes.
63
+
3. Click **Install**
48
64
49
-
### 2.1 Open Visual Studio Command Prompt
65
+
### 2.2 Open Visual Studio Command Prompt
50
66
51
67
In the system menu, find **x64 Native Tools Command Prompt for VS 2019** and open it.
52
68
53
-
### 2.2 Install Protobuf
69
+
### 2.3 Install Protobuf
54
70
55
71
Note that the `-DCMAKE_INSTALL_PREFIX` in the following cmake command specifies your actual set path.
0 commit comments