Commit e203943287ec373bd64415686fb1a984be628cf8

Authored by Perry Werneck
1 parent 847565db

Updating windows build instructions after test on OpenSUSE Leap 15.0 running under WSL.

Showing 1 changed file with 18 additions and 0 deletions   Show diff stats
@@ -21,4 +21,22 @@ Building for Linux @@ -21,4 +21,22 @@ Building for Linux
21 Cross-compiling for Windows 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