Name Last Update
branding Loading commit data...
debian Loading commit data...
doxygen Loading commit data...
glade Loading commit data...
rpm Loading commit data...
src Loading commit data...
testscripts Loading commit data...
win Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
LICENCA Loading commit data...
LICENSE Loading commit data...
Makefile.in Loading commit data...
README.md Loading commit data...
autogen.sh Loading commit data...
colors.conf Loading commit data...
configure.ac Loading commit data...
gitsync.sh Loading commit data...
gtkdoc.sh Loading commit data...
libv3270.pc.in Loading commit data...
test.glade Loading commit data...
v3270.cbp Loading commit data...
valgrind.suppression Loading commit data...

README.md

3270 Virtual Terminal for GTK.

Created originally as part of PW3270 application.

See more details at https://softwarepublico.gov.br/social/pw3270/

Installation repositories

The latest version packaged for many linux distributions can be found in SuSE Build Service (https://build.opensuse.org/project/show/home:PerryWerneck:pw3270)

Requirements

Building for Linux

Cross-compiling for Windows

Cross-compiling on SuSE Linux (Native or WSL)

  1. First add the MinGW Repositories for your SuSE version from:

    32 bits: * https://build.opensuse.org/project/show/windows:mingw:win32 * https://build.opensuse.org/project/show/home:PerryWerneck:mingw32

    64 bits * https://build.opensuse.org/project/show/windows:mingw:win64 * https://build.opensuse.org/project/show/home:PerryWerneck:mingw64

  2. Get lib3270 sources from git

* git clone http://softwarepublico.gov.br/gitlab/pw3270/lib3270.git ./v3270
  1. Install cross compilers
* ./v3270/win/install-cross.sh --32 (for 32 bits)
* ./v3270/win/install-cross.sh --64 (for 64 bits)
* ./v3270/win/install-cross.sh --all (for 32 and 64 bits)
  1. Configure build
* ./v3270/win/win-configure.sh --32 (for 32 bits)
* ./v3270/win/win-configure.sh --64 (for 64 bits)