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