Commit 97a223e5893039f0c8a17ab8d189b24e23bb4884

Authored by Perry Werneck
Committed by GitHub
1 parent b127f479

Update README.md

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
README.md
... ... @@ -93,7 +93,7 @@ Compiling for Windows (With MSYS2)
93 93 1. Install and update MSYS2
94 94  
95 95 * Download and install msys2 from https://www.msys2.org/ (Don't forget to update the package database and core system packages)
96   - ```
  96 +
97 97 2. Update system path
98 98  
99 99 * Add c:\msys64\usr\bin and c:\msys64\mingw64\bin to system path
... ... @@ -101,8 +101,9 @@ Compiling for Windows (With MSYS2)
101 101 3. Install devel packages
102 102  
103 103 ```shell
104   - $ pacman -S --needed mingw-w64-x86_64-gcc automake autoconf make git openssl pkg-config openssl-devel gettext-devel libintl
  104 + $ pacman -S --needed mingw-w64-x86_64-gcc automake autoconf make git pkg-config mingw-w64-x86_64-gettext mingw-w64-x86_64-openssl
105 105 ```
  106 + Afther thist close and reopen mingw shell.
106 107  
107 108 4. Get lib3270 sources from git using the mingw shell
108 109  
... ...