From e203943287ec373bd64415686fb1a984be628cf8 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 6 Dec 2018 20:15:20 -0200 Subject: [PATCH] Updating windows build instructions after test on OpenSUSE Leap 15.0 running under WSL. --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 27e251d..6b8f9a6 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,22 @@ Building for Linux Cross-compiling for Windows =========================== +Cross-compiling on SuSE Linux (Native or WSL) +--------------------------------------------- + +1. First add the MinGW Repositories for your SuSE version from: + + * 32 bits: https://build.opensuse.org/project/show/windows:mingw:win32 + * 64 bits: https://build.opensuse.org/project/show/windows:mingw:win64 + +2. Get pw3270 sources from git + + * git clone http://softwarepublico.gov.br/gitlab/pw3270/lib3270.git ./lib3270 + +3. Install cross compilers + + * ./lib3270/win/install-cross.sh --32 --64 + + + -- libgit2 0.21.2