Commit 172d0c615781f1549d9058df103256d85e775ccc
Committed by
GitHub
1 parent
ecc67a64
Exists in
master
and in
1 other branch
Adding MSVC build info
Showing
1 changed file
with
21 additions
and
0 deletions
Show diff stats
README.md
@@ -74,3 +74,24 @@ Compiling for Windows (With MSYS2) | @@ -74,3 +74,24 @@ Compiling for Windows (With MSYS2) | ||
74 | 74 | ||
75 | * make install | 75 | * make install |
76 | 76 | ||
77 | +Compiling for Windows (With MSVC) | ||
78 | +--------------------------------- | ||
79 | + | ||
80 | +1. Install pw3270 with remote control and sdk modules | ||
81 | + | ||
82 | +2. Install git for windows | ||
83 | + | ||
84 | +3. Download and install Visual Studio Build Tools (https://visualstudio.microsoft.com/pt-br/downloads/) | ||
85 | + | ||
86 | +4. Get sources from git | ||
87 | + | ||
88 | + ```shell | ||
89 | + git clone https://github.com/PerryWerneck/libipc3270.git ./ipc3270 | ||
90 | + ``` | ||
91 | + | ||
92 | +5. Build and install | ||
93 | + | ||
94 | + ```shell | ||
95 | + cd ipc3270 | ||
96 | + install.bat | ||
97 | + ``` |