Commit 51a166ef3755aa5233b8b00f85b13fcfe7403c13

Authored by Perry Werneck
1 parent 51aa4df1
Exists in master and in 1 other branch develop

Fixing msys/2 install guide.

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
@@ -66,12 +66,12 @@ Compiling for Windows (With MSYS2) @@ -66,12 +66,12 @@ Compiling for Windows (With MSYS2)
66 66
67 2. Get libv3270 sources from git 67 2. Get libv3270 sources from git
68 68
69 - * git clone https://github.com/PerryWerneck/libv3270.git ./v3270 69 + * git clone https://github.com/PerryWerneck/libv3270.git ./libv3270
70 70
71 4. Build library using the mingw shell 71 4. Build library using the mingw shell
72 72
73 - * cd v3270  
74 - * ./win/configure.sh --64 73 + * cd libv3270
  74 + * ./autogen.sh
75 * make all 75 * make all
76 76
77 77