pw3270
PW3270 Version 5.4
Dropbox和一个驱动器上已经提供了用于稳定和不稳定版本的替代Windows安装程序。
```shell
git clone https://github.com/PerryWerneck/pw3270.git
cd pw3270
./autogen.sh
make all
sudo make install
```
获取PW3270来源
git clone https://github.com/PerryWerneck/pw3270.git添加OBS存储库
./win/bundle.cross --install-repositories安装所需的软件包
./win/bundle.cross --install-requires构建NSI安装程序
./win/bundle.cross --nsi构建并安装LIBV3270
安装所需的软件包
pacman -S mingw-w64-x86_64-imagemagick mingw-w64-x86_64-optipng mingw-w64-x86_64-inkscape从Git获取PW3270来源
git clone https://github.com/PerryWerneck/pw3270.git ./pw3270
使用mingw shell构建库
cd pw3270
./autogen.sh
make all
构建并安装LIBV3270
安装其他依赖项
$ brew install adwaita-icon-theme imagemagick配置和构建
$ ./autogen.sh
$ make all创建应用程序捆绑包
$ cd mac
$ ./bundle安装JHBuild和GTK-OSX
https://wiki.gnome.org/projects/gtk/osx/building
建造
jhbuild --moduleset=https://raw.githubusercontent.com/PerryWerneck/pw3270/master/mac/pw3270.modules build pw3270