https://github.com/perrywerneck/pw3270-autofill-sample
Simple autofill plugin for pw3270
https://github.com/perrywerneck/pw3270-autofill-sample
Last synced: 2 months ago
JSON representation
Simple autofill plugin for pw3270
- Host: GitHub
- URL: https://github.com/perrywerneck/pw3270-autofill-sample
- Owner: PerryWerneck
- License: gpl-3.0
- Created: 2021-10-25T18:39:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T03:01:52.000Z (over 3 years ago)
- Last Synced: 2025-01-01T21:46:20.934Z (4 months ago)
- Language: M4
- Size: 26.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Sample autofill plugin for pw3270.
[](https://www.gnu.org/licenses/gpl-3.0)
## Instalation
## Building for Linux
### Requirements
* [lib3270](../../../lib3270)
* [libv3270](../../../libv3270)### Building
## Building for windows
### Cross-compiling on SuSE Linux (Native or WSL)
TODO
### Windows native with MSYS2
1. Build and install [libv3270](../../../libv3270)
2. Get sources from git
```shell
git clone https://github.com/PerryWerneck/pw3270-autofill-sample.git ./autofill
```4. Build library using the mingw shell
```shell
cd autofill
./autogen.sh
make all
```
5. Install```shell
make install
```