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.
You can download installation package for supported linux distributions in Open Build Service, the flatpak version from flathub and windows installer from Releases.
Alternative windows installers for stable and unstable versions are already available on Dropbox and one drive.
```shell
git clone https://github.com/PerryWerneck/pw3270.git
cd pw3270
./autogen.sh
make all
sudo make install
```
-
Get pw3270 sources
git clone https://github.com/PerryWerneck/pw3270.git
-
Add obs repositories
./win/bundle.cross --install-repositories
-
Install required packages
./win/bundle.cross --install-requires
-
Build NSI installer
./win/bundle.cross --nsi
-
Build and install libv3270
-
Install required packages
pacman -S mingw-w64-x86_64-imagemagick mingw-w64-x86_64-optipng mingw-w64-x86_64-inkscape
-
Get pw3270 sources from git
git clone https://github.com/PerryWerneck/pw3270.git ./pw3270
-
Build library using the mingw shell
cd pw3270 ./autogen.sh make all
-
Build and install libv3270
-
Install additional dependencies
$ brew install adwaita-icon-theme imagemagick
-
Configure and build
$ ./autogen.sh $ make all
-
Create app bundle
$ cd mac $ ./bundle
-
Install jhbuild and GTK-OSX
-
build
jhbuild --moduleset=https://raw.githubusercontent.com/PerryWerneck/pw3270/master/mac/pw3270.modules build pw3270