From 97a223e5893039f0c8a17ab8d189b24e23bb4884 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 9 Jul 2020 20:17:03 -0300 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f6e2f3..a9ffa82 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ Compiling for Windows (With MSYS2) 1. Install and update MSYS2 * Download and install msys2 from https://www.msys2.org/ (Don't forget to update the package database and core system packages) - ``` + 2. Update system path * Add c:\msys64\usr\bin and c:\msys64\mingw64\bin to system path @@ -101,8 +101,9 @@ Compiling for Windows (With MSYS2) 3. Install devel packages ```shell - $ pacman -S --needed mingw-w64-x86_64-gcc automake autoconf make git openssl pkg-config openssl-devel gettext-devel libintl + $ pacman -S --needed mingw-w64-x86_64-gcc automake autoconf make git pkg-config mingw-w64-x86_64-gettext mingw-w64-x86_64-openssl ``` + Afther thist close and reopen mingw shell. 4. Get lib3270 sources from git using the mingw shell -- libgit2 0.21.2