pw3270
PW3270 Version 5.4
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.gitAdd obs repositories
./win/bundle.cross --install-repositoriesInstall required packages
./win/bundle.cross --install-requiresBuild NSI installer
./win/bundle.cross --nsiBuild and install libv3270
Install required packages
pacman -S mingw-w64-x86_64-imagemagick mingw-w64-x86_64-optipng mingw-w64-x86_64-inkscapeGet 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 imagemagickConfigure and build
$ ./autogen.sh
$ make allCreate app bundle
$ cd mac
$ ./bundleInstall jhbuild and GTK-OSX
https://wiki.gnome.org/Projects/GTK/OSX/Building
build
jhbuild --moduleset=https://raw.githubusercontent.com/PerryWerneck/pw3270/master/mac/pw3270.modules build pw3270