Commit b1744c5f07397e92b26a7f73ae8dc49dbc45d862
Committed by
GitHub
1 parent
32805f66
Exists in
master
and in
3 other branches
Update README.md
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
README.md
... | ... | @@ -57,7 +57,7 @@ Cross-compiling on SuSE Linux (Native or WSL) |
57 | 57 | |
58 | 58 | 2. Get lib3270 sources from git |
59 | 59 | |
60 | - * git clone http://softwarepublico.gov.br/gitlab/pw3270/lib3270.git ./lib3270 | |
60 | + * git clone https://github.com/PerryWerneck/lib3270.git ./lib3270 | |
61 | 61 | |
62 | 62 | 3. Install cross compilers |
63 | 63 | |
... | ... | @@ -88,11 +88,11 @@ Compiling for Windows (With MSYS2) |
88 | 88 | |
89 | 89 | 2. Install devel packages |
90 | 90 | |
91 | - * pacman -S --needed mingw-w64-x86_64-toolchain automake autoconf make git openssl | |
91 | + * pacman -S --needed mingw-w64-x86_64-gcc automake autoconf make git openssl pkg-config | |
92 | 92 | |
93 | 93 | 3. Get lib3270 sources from git using the mingw shell |
94 | 94 | |
95 | - * git clone http://softwarepublico.gov.br/gitlab/pw3270/lib3270.git ./lib3270 | |
95 | + * git clone https://github.com/PerryWerneck/lib3270.git ./lib3270 | |
96 | 96 | |
97 | 97 | 4. Build library using the mingw shell |
98 | 98 | ... | ... |