Commit 80f9e26581f12361072dbd56f31d06335cf8dca3
1 parent
cdca3e38
Exists in
master
and in
2 other branches
Updating README.md
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
README.md
@@ -10,9 +10,9 @@ Installation repositories | @@ -10,9 +10,9 @@ Installation repositories | ||
10 | 10 | ||
11 | You can find instalation repositories in SuSE Build Service: | 11 | You can find instalation repositories in SuSE Build Service: |
12 | 12 | ||
13 | - * Linux (Many distributions): https://build.opensuse.org/project/show/home:PerryWerneck:pw3270 | ||
14 | - * Windows 32 bits: https://build.opensuse.org/project/show/home:PerryWerneck:mingw32 | ||
15 | - * Windows 64 bits: https://build.opensuse.org/project/show/home:PerryWerneck:mingw64 | 13 | + * Linux: https://software.opensuse.org/download.html?project=home%3APerryWerneck%3Apw3270&package=lib3270 |
14 | + * Windows cross (32 bits): https://software.opensuse.org/download.html?project=home%3APerryWerneck%3Apw3270&package=mingw32-lib3270 | ||
15 | + * Windows cross (64 bits): https://software.opensuse.org/download.html?project=home%3APerryWerneck%3Apw3270&package=mingw64-lib3270 | ||
16 | 16 | ||
17 | Building for Linux | 17 | Building for Linux |
18 | ================== | 18 | ================== |
@@ -98,12 +98,12 @@ Windows native with MSYS2 | @@ -98,12 +98,12 @@ Windows native with MSYS2 | ||
98 | 98 | ||
99 | * Add c:\msys64\usr\bin and c:\msys64\mingw64\bin to system path | 99 | * Add c:\msys64\usr\bin and c:\msys64\mingw64\bin to system path |
100 | 100 | ||
101 | -3. Install devel packages | 101 | +3. Install devel packages using pacman on mingw shell |
102 | 102 | ||
103 | ```shell | 103 | ```shell |
104 | $ pacman -S --needed mingw-w64-x86_64-gcc automake autoconf make git pkg-config mingw-w64-x86_64-gettext mingw-w64-x86_64-openssl | 104 | $ pacman -S --needed mingw-w64-x86_64-gcc automake autoconf make git pkg-config mingw-w64-x86_64-gettext mingw-w64-x86_64-openssl |
105 | ``` | 105 | ``` |
106 | - Afther thist close and reopen mingw shell. | 106 | + Afther this close and reopen mingw shell. |
107 | 107 | ||
108 | 4. Get lib3270 sources from git using the mingw shell | 108 | 4. Get lib3270 sources from git using the mingw shell |
109 | 109 |