You can download installation package for supported distributions in Open Build Service.
TODO
-
Build and install libipc3270
-
Get hllapi sources from git
$ git clone https://github.com/PerryWerneck/libhllapi.git
-
Build and install
$ cd libhllapi $ ./autogen.sh $ make all $ sudo make install
-
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 hllapi sources from git
$ git clone https://github.com/PerryWerneck/libhllapi.git
-
Install 64 bits cross compilers
$ ./libhllapi/win/install-cross.sh --64
-
Run the build script
$ cd libhllapi $ ./win/pack.sh
TODO
-
Download and install Visual Studio Build Tools (https://visualstudio.microsoft.com/pt-br/downloads/)
-
Download and install git for windows
-
Get libhllapi sources from git
git clone https://github.com/PerryWerneck/libhllapi.git ./libhllapi
-
Download latest build of the 'glue' library.
cd libhllapi wget https://github.com/PerryWerneck/libipc3270/releases/download/5.5/msvc-libipc3270.zip 7z x msvc-libipc3270.zip -y -oipc3270
-
Make
nmake /f win\Makefile-ci.msc LIB3270_SDK_PATH=ipc3270 DESTDIR=hllapi.msvc install