Commit cf8919ae74e22cc95a3a25dacfacfef43140229f

Authored by Perry Werneck
2 parents d8a7fda4 e2039432

Merge branch 'master' of http://softwarepublico.gov.br/gitlab/pw3270/lib3270

Showing 1 changed file with 18 additions and 0 deletions   Show diff stats
README.md
... ... @@ -21,4 +21,22 @@ Building for Linux
21 21 Cross-compiling for Windows
22 22 ===========================
23 23  
  24 +Cross-compiling on SuSE Linux (Native or WSL)
  25 +---------------------------------------------
  26 +
  27 +1. First add the MinGW Repositories for your SuSE version from:
  28 +
  29 + * 32 bits: https://build.opensuse.org/project/show/windows:mingw:win32
  30 + * 64 bits: https://build.opensuse.org/project/show/windows:mingw:win64
  31 +
  32 +2. Get pw3270 sources from git
  33 +
  34 + * git clone http://softwarepublico.gov.br/gitlab/pw3270/lib3270.git ./lib3270
  35 +
  36 +3. Install cross compilers
  37 +
  38 + * ./lib3270/win/install-cross.sh --32 --64
  39 +
  40 +
  41 +
24 42  
... ...