Commit bc1f9abba747a8049defacbeaa68d1de9f0ecaee
Committed by
GitHub
1 parent
2d6a956d
Exists in
master
and in
3 other branches
Update README.md
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
README.md
... | ... | @@ -54,6 +54,13 @@ For the supported distributions get the install repositories and instructions fr |
54 | 54 | |
55 | 55 | 1. Build and install [libv3270](../../../libv3270) |
56 | 56 | |
57 | +2. Install required packages | |
58 | + | |
59 | + ```shell | |
60 | + $ pacman -S mingw-w64-x86_64-imagemagick mingw-w64-x86_64-optipng mingw-w64-x86_64-inkscape | |
61 | + ``` | |
62 | + Afther thist close and reopen mingw shell. | |
63 | + | |
57 | 64 | 2. Get pw3270 sources from git |
58 | 65 | |
59 | 66 | ``` | ... | ... |