Commit 1df9258333c343938eae1adb56f05a7785360d03
1 parent
b5980c26
Exists in
master
and in
3 other branches
Updating MSYS2 build docs.
Showing
1 changed file
with
13 additions
and
2 deletions
Show diff stats
README.md
@@ -46,7 +46,7 @@ Cross-compiling on SuSE Linux (Native or WSL) | @@ -46,7 +46,7 @@ Cross-compiling on SuSE Linux (Native or WSL) | ||
46 | 46 | ||
47 | 47 | ||
48 | Compiling for Windows (With MSYS2) | 48 | Compiling for Windows (With MSYS2) |
49 | -------------------------------- | 49 | +---------------------------------- |
50 | 50 | ||
51 | 1. Install MSYS2 | 51 | 1. Install MSYS2 |
52 | 52 | ||
@@ -56,5 +56,16 @@ Compiling for Windows (With MSYS2) | @@ -56,5 +56,16 @@ Compiling for Windows (With MSYS2) | ||
56 | 56 | ||
57 | 2. Install devel packages | 57 | 2. Install devel packages |
58 | 58 | ||
59 | - * pacman -S --needed mingw-w64-x86_64-toolchain automake autoconf make git | 59 | + * pacman -S --needed mingw-w64-x86_64-toolchain automake autoconf make git openssl |
60 | + | ||
61 | +3. Get lib3270 sources from git using the mingw shell | ||
62 | + | ||
63 | + * git clone http://softwarepublico.gov.br/gitlab/pw3270/lib3270.git ./lib3270 | ||
64 | + | ||
65 | +4. Build library using the mingw shell | ||
66 | + | ||
67 | + * cd lib3270 | ||
68 | + * ./autogen.sh | ||
69 | + * make all | ||
70 | + | ||
60 | 71 |