From 51a166ef3755aa5233b8b00f85b13fcfe7403c13 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 9 Oct 2019 21:27:31 -0300 Subject: [PATCH] Fixing msys/2 install guide. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 380376a..e7b7869 100644 --- a/README.md +++ b/README.md @@ -66,12 +66,12 @@ Compiling for Windows (With MSYS2) 2. Get libv3270 sources from git - * git clone https://github.com/PerryWerneck/libv3270.git ./v3270 + * git clone https://github.com/PerryWerneck/libv3270.git ./libv3270 4. Build library using the mingw shell - * cd v3270 - * ./win/configure.sh --64 + * cd libv3270 + * ./autogen.sh * make all -- libgit2 0.21.2