Commit eebaf0d442fd78968ce90e9c5c2c18f96e37fd64

Authored by Perry Werneck
1 parent 1321bb9f
Exists in master

Updating README.

Showing 1 changed file with 4 additions and 9 deletions   Show diff stats
README.md
... ... @@ -5,19 +5,13 @@ Python Extension Module for TN3270 Acess
5 5 Linux Installation repositories
6 6 ===============================
7 7  
8   - You can find instalation repositories in SuSE Build Service:
  8 + You can find instalation repositories in SUSE Build Service:
9 9  
10 10 * Linux (Many distributions): https://build.opensuse.org/package/show/home:PerryWerneck:pw3270/python-tn3270
11 11  
12   -Building the windows version
13   -============================
14 12  
15   -Cross-compiling on SuSE Linux (Native or WSL)
16   ----------------------------------------------
17   -
18   -
19   -Compiling for Windows (With MSYS2)
20   -----------------------------------
  13 +Building the windows version With MSVC & Python SetupTools
  14 +==========================================================
21 15  
22 16 1. Install pw3270 with remote control and sdk modules
23 17  
... ... @@ -30,6 +24,7 @@ Compiling for Windows (With MSYS2)
30 24  
31 25 3. Get python-tn3270 sources from git
32 26  
  27 + * Open a MSVC Native tools command prompt.
33 28 * git clone https://github.com/PerryWerneck/python-tn3270.git ./python-tn3270
34 29  
35 30 6. Build the extension using setup.py
... ...