Name Last Update
.github Loading commit data...
.vscode Loading commit data...
client Loading commit data...
common Loading commit data...
conf Loading commit data...
debian Loading commit data...
doxygen Loading commit data...
locale Loading commit data...
rpm Loading commit data...
server Loading commit data...
win Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
LICENCA Loading commit data...
LICENSE Loading commit data...
Makefile.in Loading commit data...
README.md Loading commit data...
autogen.sh Loading commit data...
build.bat Loading commit data...
clean.bat Loading commit data...
configure.ac Loading commit data...
gitsync.sh Loading commit data...
install-debug.bat Loading commit data...
install.bat Loading commit data...
pushtag.sh Loading commit data...

README.md

IPC (interprocess communication) plugin & library for pw3270.

Created originally as part of PW3270 application.

See more details at https://softwarepublico.gov.br/social/pw3270/

Installation repositories

The latest version packaged for many linux distributions can be found in SuSE Build Service (https://build.opensuse.org/project/show/home:PerryWerneck:pw3270)

Requirements

Building for Linux

Cross-compiling for Windows

Cross-compiling on SuSE Linux (Native or WSL)

  1. First add the MinGW Repositories for your SuSE version from:
* https://build.opensuse.org/project/show/windows:mingw:win32
* https://build.opensuse.org/project/show/windows:mingw:win64
* https://build.opensuse.org/project/show/home:PerryWerneck:pw3270
  1. Get sources from git
* git clone https://github.com/PerryWerneck/libipc3270.git ./libipc3270
  1. Install cross compilers

  2. Configure build

  3. Build

* cd libipc3270
* make clean
* make all

Compiling for Windows (With MSYS2)

  1. Build and install lib3270
* Follow the guide on https://github.com/PerryWerneck/lib3270
  1. Build and install libv3270
* Follow the guide on https://github.com/PerryWerneck/libv3270
  1. Get sources from git
* git clone https://github.com/PerryWerneck/libipc3270.git ./libipc3270
  1. Build library using the mingw shell
* cd libipc3270
* ./autogen.sh
* make all
  1. Install
* make install

Compiling for Windows (With MSVC)

  1. Install pw3270 with remote control and sdk modules

  2. Install git for windows

  3. Download and install Visual Studio Build Tools (https://visualstudio.microsoft.com/pt-br/downloads/)

  4. Get sources from git

    git clone https://github.com/PerryWerneck/libipc3270.git ./ipc3270
    
  5. Build and install

    cd ipc3270
    install.bat