Commit e384a27d4e25b9721254d23a1e57918a077eb93b
1 parent
249d46fd
Exists in
master
Updating readme file.
Showing
1 changed file
with
39 additions
and
7 deletions
Show diff stats
README.md
| 1 | -Python Extension Module implementing tn3270 protocol | |
| 2 | -==================================================== | |
| 1 | +Python Extension Module for TN3270 Acess | |
| 2 | +======================================== | |
| 3 | 3 | |
| 4 | -Created originally as part of PW3270 application. | |
| 5 | 4 | |
| 6 | -See more details at https://softwarepublico.gov.br/social/pw3270/ | |
| 7 | - | |
| 8 | -Installation repositories | |
| 9 | -========================= | |
| 5 | +Linux Installation repositories | |
| 6 | +=============================== | |
| 10 | 7 | |
| 11 | 8 | You can find instalation repositories in SuSE Build Service: |
| 12 | 9 | |
| 13 | 10 | * Linux (Many distributions): https://build.opensuse.org/package/show/home:PerryWerneck:pw3270/python-tn3270 |
| 14 | 11 | |
| 12 | +Building the windows version | |
| 13 | +============================ | |
| 14 | + | |
| 15 | +Cross-compiling on SuSE Linux (Native or WSL) | |
| 16 | +--------------------------------------------- | |
| 17 | + | |
| 18 | + | |
| 19 | +Compiling for Windows (With MSYS2) | |
| 20 | +---------------------------------- | |
| 21 | + | |
| 22 | +1. Install python and python devel | |
| 23 | + | |
| 24 | +2. Build and install lib3270 | |
| 25 | + | |
| 26 | + * Follow the guide on https://github.com/PerryWerneck/lib3270 | |
| 27 | + | |
| 28 | +3. Build and install libv3270 | |
| 29 | + | |
| 30 | + * Follow the guide on https://github.com/PerryWerneck/libv3270 | |
| 31 | + | |
| 32 | +4. Build and install libipc3270 | |
| 33 | + | |
| 34 | + * Follow the guide on https://github.com/PerryWerneck/libipc3270 | |
| 35 | + | |
| 36 | +5. Get python-tn3270 sources from git | |
| 37 | + | |
| 38 | + * git clone https://github.com/PerryWerneck/python-tn3270.git | |
| 39 | + | |
| 40 | +6. Build library using the mingw shell | |
| 41 | + | |
| 42 | + * cd python-tn3270 | |
| 43 | + * ./autogen.sh | |
| 44 | + * make all | |
| 45 | + | |
| 46 | + | ... | ... |