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/
Instalation
Linux
For the supported distributions get the install repositories and instructions from https://software.opensuse.org/download.html?project=home%3APerryWerneck%3Apw3270&package=libipc3270
Building for Linux
Requirements
Building
- TODO
Building for windows
Cross-compiling on SuSE Linux (Native or WSL)
Add the MinGW Repositories
$ sudo zypper ar obs://windows:mingw:win32 mingw32 $ sudo zypper ar obs://windows:mingw:win64 mingw64 $ sudo zypper ar obs://home:PerryWerneck:pw3270 pw3270 $ sudo zypper ref
Get sources from git
$ git clone https://github.com/PerryWerneck/libipc3270.git ./libipc3270
Install cross compilers
TODO
Configure build
TODO
Build
$ cd libipc3270 $ make clean $ make all
Windows native with MSYS2
Build and install libv3270
Get sources from git
$ git clone https://github.com/PerryWerneck/libipc3270.git ./libipc3270
Build library using the mingw shell
$ cd libipc3270 $ ./autogen.sh $ make all
Install
$ make install
Windows native with MSVC
Install pw3270 with remote control and sdk modules
Install git for windows
Download and install Visual Studio Build Tools
Get sources from git
$ git clone https://github.com/PerryWerneck/libipc3270.git ./ipc3270
Build and install
$ cd ipc3270 $ install.bat