Commit b591d5a29141452c501a2d77de79342a0847592c
Exists in
master
and in
1 other branch
Merge branch 'master' of https://github.com/PerryWerneck/libipc3270
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
README.md
1 | 1 | ## IPC (interprocess communication) plugin & library for pw3270. |
2 | 2 | |
3 | -Created originally as part of PW3270 application. | |
3 | +Created originally as part of PW3270 application this library is designed to act as a standard ABI for lib320 and pw3270 language bindings using the same method and objects for direct lib3270 calls and IPC based requests do the pw3270 GUI application. | |
4 | 4 | |
5 | 5 | See more details at https://softwarepublico.gov.br/social/pw3270/ |
6 | 6 | |
... | ... | @@ -19,7 +19,6 @@ For the supported distributions get the install repositories and instructions fr |
19 | 19 | |
20 | 20 | ### Requirements |
21 | 21 | |
22 | - * [GTK3](https://www.gtk.org/) | |
23 | 22 | * [lib3270](../../../lib3270) |
24 | 23 | * [libv3270](../../../libv3270) |
25 | 24 | ... | ... |