Commit c9003925192414040d23fc18b66923d501d853a4

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

Updating build info.

Showing 1 changed file with 27 additions and 2 deletions   Show diff stats
README.md
... ... @@ -37,9 +37,9 @@ Cross-compiling on SuSE Linux (Native or WSL)
37 37 * https://build.opensuse.org/project/show/windows:mingw:win64
38 38 * https://build.opensuse.org/project/show/home:PerryWerneck:mingw64
39 39  
40   -2. Get lib3270 sources from git
  40 +2. Get libv3270 sources from git
41 41  
42   - * git clone http://softwarepublico.gov.br/gitlab/pw3270/lib3270.git ./v3270
  42 + * git clone https://github.com/PerryWerneck/libv3270.git ./v3270
43 43  
44 44 3. Install cross compilers
45 45  
... ... @@ -52,3 +52,28 @@ Cross-compiling on SuSE Linux (Native or WSL)
52 52 * ./v3270/win/win-configure.sh --32 (for 32 bits)
53 53 * ./v3270/win/win-configure.sh --64 (for 64 bits)
54 54  
  55 +4. Build
  56 +
  57 + * cd v3270
  58 + * make clean
  59 + * make all
  60 +
  61 +
  62 +Compiling for Windows (With MSYS2)
  63 +----------------------------------
  64 +
  65 +1. Build and install lib3270
  66 +
  67 + * Follow the guide on https://github.com/PerryWerneck/lib3270
  68 +
  69 +2. Get libv3270 sources from git
  70 +
  71 + * git clone https://github.com/PerryWerneck/libv3270.git ./v3270
  72 +
  73 +4. Build library using the mingw shell
  74 +
  75 + * cd v3270
  76 + * ./autogen.sh
  77 + * make all
  78 +
  79 +
... ...