Commit b1744c5f07397e92b26a7f73ae8dc49dbc45d862

Authored by Perry Werneck
Committed by GitHub
1 parent 32805f66

Update README.md

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
@@ -57,7 +57,7 @@ Cross-compiling on SuSE Linux (Native or WSL) @@ -57,7 +57,7 @@ Cross-compiling on SuSE Linux (Native or WSL)
57 57
58 2. Get lib3270 sources from git 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 3. Install cross compilers 62 3. Install cross compilers
63 63
@@ -88,11 +88,11 @@ Compiling for Windows (With MSYS2) @@ -88,11 +88,11 @@ Compiling for Windows (With MSYS2)
88 88
89 2. Install devel packages 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 3. Get lib3270 sources from git using the mingw shell 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 4. Build library using the mingw shell 97 4. Build library using the mingw shell
98 98