Commit e87d598cbc14070da89e5b59d07234ee5660a952
Committed by
GitHub
1 parent
6efa5fa8
Exists in
master
and in
5 other branches
Updating windows build guide.
Updating the windows build guide to use the new "pack.sh" script.
Showing
1 changed file
with
5 additions
and
11 deletions
Show diff stats
README.md
... | ... | @@ -28,24 +28,18 @@ Building for Linux |
28 | 28 | Building for Windows |
29 | 29 | =========================== |
30 | 30 | |
31 | -Cross-compiling on SuSE Linux (Native or WSL) | |
32 | ---------------------------------------------- | |
31 | +Cross-compiling on SuSE Linux (Native or WSL) - The easier way! | |
32 | +--------------------------------------------------------------- | |
33 | 33 | |
34 | 34 | 1. First add the MinGW Repositories for your SuSE version from: |
35 | 35 | |
36 | 36 | * https://build.opensuse.org/project/show/windows:mingw:win32 |
37 | 37 | * https://build.opensuse.org/project/show/windows:mingw:win64 |
38 | 38 | |
39 | -2. Get pw3270 sources from git | |
39 | +2. Run the build script | |
40 | 40 | |
41 | - * git clone http://softwarepublico.gov.br/gitlab/pw3270/principal.git ./pw3270 | |
41 | + * get it from https://github.com/PerryWerneck/pw3270/blob/master/win/pack.sh | |
42 | + * Run it! | |
42 | 43 | |
43 | -3. Install cross compilers | |
44 | - | |
45 | - * ./pw3270/win/install-cross.sh --all | |
46 | - | |
47 | -4. Build pw3270 windows installers | |
48 | - | |
49 | - * cd pw3270/ && ./win/pack.sh | |
50 | 44 | |
51 | 45 | ... | ... |