README.md 1.06 KB

Python Extension Module for TN3270 Acess

Linux Installation repositories

You can find instalation repositories in SuSE Build Service:

Building the windows version

Cross-compiling on SuSE Linux (Native or WSL)

Compiling for Windows (With MSYS2)

  1. Install python and python devel

  2. Build and install lib3270

* Follow the guide on https://github.com/PerryWerneck/lib3270
  1. Build and install libv3270
* Follow the guide on https://github.com/PerryWerneck/libv3270
  1. Build and install libipc3270
* Follow the guide on https://github.com/PerryWerneck/libipc3270
  1. Get python-tn3270 sources from git
* git clone https://github.com/PerryWerneck/python-tn3270.git
  1. Build zip file with the modules using the mingw shell
* cd python-tn3270
* ./autogen.sh
* make zip