Commit 0f45b2a30eb87e9c42dc99649d4498dfe72d7801
Committed by
GitHub
1 parent
af9d19d5
Exists in
v5.2
Reformatting READ.ME
Showing
1 changed file
with
15 additions
and
12 deletions
Show diff stats
README.md
1 | 1 | ||
2 | -GTK Based 3270 terminal emulator | ||
3 | -================================ | 2 | +## GTK Based 3270 terminal emulator |
4 | 3 | ||
5 | pw3270 is a modern, GTK-based, completely free tn3270 emulator. | 4 | pw3270 is a modern, GTK-based, completely free tn3270 emulator. |
6 | 5 | ||
@@ -8,25 +7,29 @@ Created originally for Banco do Brasil, it's now an official Brazilian Governmen | @@ -8,25 +7,29 @@ Created originally for Banco do Brasil, it's now an official Brazilian Governmen | ||
8 | 7 | ||
9 | See more details at https://softwarepublico.gov.br/social/pw3270/ | 8 | See more details at https://softwarepublico.gov.br/social/pw3270/ |
10 | 9 | ||
11 | -Installation repositories | ||
12 | -========================= | 10 | +## Installation |
13 | 11 | ||
14 | -The latest version packaged for many linux distributions can be found in SuSE Build Service (https://build.opensuse.org/project/show/home:PerryWerneck:pw3270) | 12 | +### Distributions |
15 | 13 | ||
16 | -Requirements | ||
17 | -============ | 14 | +openSUSE [package](https://build.opensuse.org/project/show/home:PerryWerneck:pw3270): |
18 | 15 | ||
19 | -GTK-3 | 16 | +``` |
17 | +sudo zypper ar obs://home:PerryWerneck:pw3270 pw3270 | ||
18 | +sudo zypper ref | ||
19 | +sudo zypper in pw3270 | ||
20 | +``` | ||
21 | + | ||
22 | +## Requirements | ||
23 | + | ||
24 | +### GTK+ 3.20 or later | ||
20 | https://www.gtk.org/ | 25 | https://www.gtk.org/ |
21 | 26 | ||
22 | 27 | ||
23 | -Building for Linux | ||
24 | -================== | 28 | +## Building for Linux |
25 | 29 | ||
26 | 30 | ||
27 | 31 | ||
28 | -Building for Windows | ||
29 | -=========================== | 32 | +## Building for Windows |
30 | 33 | ||
31 | Cross-compiling on SuSE Linux (Native or WSL) - The easier way! | 34 | Cross-compiling on SuSE Linux (Native or WSL) - The easier way! |
32 | --------------------------------------------------------------- | 35 | --------------------------------------------------------------- |