## GTK Based 3270 terminal emulator pw3270 is a modern, GTK-based, completely free tn3270 emulator. Created originally for Banco do Brasil, it's now an official Brazilian Government Public Software project, and is used worldwide. See more details at https://softwarepublico.gov.br/social/pw3270/ ## Installation ### Distributions openSUSE [package](https://build.opensuse.org/project/show/home:PerryWerneck:pw3270): ``` sudo zypper ar obs://home:PerryWerneck:pw3270 pw3270 sudo zypper ref sudo zypper in pw3270 ``` ## Requirements ### GTK+ 3.20 or later https://www.gtk.org/ ## Building for Linux ## Building for Windows ### Cross-compiling on SuSE Linux (Native or WSL) - The easier way! 1. Add the MinGW Repositories ``` sudo zypper ar obs://windows:mingw:win32 mingw32 sudo zypper ar obs://windows:mingw:win64 mingw64 sudo zypper ref ``` 2. Run the build script ``` wget https://github.com/PerryWerneck/pw3270/blob/master/win/pack.sh ./pack.sh --pre-reqs ```