Commit 0e74fc7f1c03e9af91c1eda375ccba0b9a557997

Authored by Perry Werneck
1 parent e5e36f6e
Exists in master and in 1 other branch develop

Updaring readme.

Showing 1 changed file with 7 additions and 2 deletions   Show diff stats
README.md
... ... @@ -29,8 +29,13 @@ Cross-compiling on SuSE Linux (Native or WSL)
29 29  
30 30 1. First add the MinGW Repositories for your SuSE version from:
31 31  
32   - * 32 bits: https://build.opensuse.org/project/show/windows:mingw:win32
33   - * 64 bits: https://build.opensuse.org/project/show/windows:mingw:win64
  32 + 32 bits:
  33 + * https://build.opensuse.org/project/show/windows:mingw:win32
  34 + * https://build.opensuse.org/project/show/home:PerryWerneck:mingw32
  35 +
  36 + 64 bits
  37 + * https://build.opensuse.org/project/show/windows:mingw:win64
  38 + * https://build.opensuse.org/project/show/home:PerryWerneck:mingw64
34 39  
35 40 2. Get lib3270 sources from git
36 41  
... ...