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