Commit d887892fd5aa461e5261b4cef498e74329b608a5
1 parent
3bc205f7
Exists in
master
and in
3 other branches
Updating windows build instructions.
Showing
1 changed file
with
11 additions
and
0 deletions
Show diff stats
README.md
@@ -45,4 +45,15 @@ Cross-compiling on SuSE Linux (Native or WSL) | @@ -45,4 +45,15 @@ Cross-compiling on SuSE Linux (Native or WSL) | ||
45 | * ./lib3270/win/win-configure.sh --64 (for 64 bits) | 45 | * ./lib3270/win/win-configure.sh --64 (for 64 bits) |
46 | 46 | ||
47 | 47 | ||
48 | +Compiling for Windows (With MSYS2) | ||
49 | +------------------------------- | ||
50 | + | ||
51 | +1. Install MSYS2 | ||
52 | + | ||
53 | + * Get installer from https://www.msys2.org/ | ||
54 | + * Run "pacman -Syu" repeatedly | ||
55 | + | ||
56 | +2. Install devel packages | ||
57 | + | ||
58 | + * pacman -S --needed mingw-w64-x86_64-toolchain automake autoconf make | ||
48 | 59 |