Skip to content

Releases: PerryWerneck/lib3270

5.4

24 Mar 12:58
5e68707
Compare
Choose a tag to compare
Merge branch 'master' into develop

5.3

22 May 13:58
Compare
Choose a tag to compare
5.3
Fixing windows build.

Lib3270 V 5.2

13 Feb 23:46
Compare
Choose a tag to compare

TN3270 Protocol Library for Linux/Windows

Created originally as part of PW3270 application.

Building for Windows (With MSYS2)

Install MSYS2 and pre-reqs

  1. Install MSYS2

    • Get installer from https://www.msys2.org/
    • Run "pacman -Syu" repeatedly
    • Add c:\msys64\usr\bin and c:\msys64\mingw64\bin to system path
  2. Install devel packages

    • pacman -S --needed mingw-w64-x86_64-toolchain automake autoconf make openssl

Build library

  1. Build MSYS2 installation package

    • Get PKGBUILD from release page

    • Open a MSYS/2 shell

    • run makepkg in the same folder of the PKGBUILD file