From e384a27d4e25b9721254d23a1e57918a077eb93b Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 4 Oct 2019 11:18:40 -0300 Subject: [PATCH] Updating readme file. --- README.md | 46 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 39 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a76d829..0835f51 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,46 @@ -Python Extension Module implementing tn3270 protocol -==================================================== +Python Extension Module for TN3270 Acess +======================================== -Created originally as part of PW3270 application. -See more details at https://softwarepublico.gov.br/social/pw3270/ - -Installation repositories -========================= +Linux Installation repositories +=============================== You can find instalation repositories in SuSE Build Service: * Linux (Many distributions): https://build.opensuse.org/package/show/home:PerryWerneck:pw3270/python-tn3270 +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 + +3. Build and install libv3270 + + * Follow the guide on https://github.com/PerryWerneck/libv3270 + +4. Build and install libipc3270 + + * Follow the guide on https://github.com/PerryWerneck/libipc3270 + +5. Get python-tn3270 sources from git + + * git clone https://github.com/PerryWerneck/python-tn3270.git + +6. Build library using the mingw shell + + * cd python-tn3270 + * ./autogen.sh + * make all + + -- libgit2 0.21.2