From 172d0c615781f1549d9058df103256d85e775ccc Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 22 Sep 2020 09:55:43 -0300 Subject: [PATCH] Adding MSVC build info --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index e30cd8f..882f3c9 100644 --- a/README.md +++ b/README.md @@ -74,3 +74,24 @@ Compiling for Windows (With MSYS2) * make install +Compiling for Windows (With MSVC) +--------------------------------- + +1. Install pw3270 with remote control and sdk modules + +2. Install git for windows + +3. Download and install Visual Studio Build Tools (https://visualstudio.microsoft.com/pt-br/downloads/) + +4. Get sources from git + + ```shell + git clone https://github.com/PerryWerneck/libipc3270.git ./ipc3270 + ``` + +5. Build and install + + ```shell + cd ipc3270 + install.bat + ``` -- libgit2 0.21.2