Mercurial > clickerconvert
comparison INSTALL @ 53:a43d8cf2fa95
Various fixes and improvements. Fix windows packaging.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 19 Jul 2016 17:45:57 +0200 |
parents | aa47b8e4f807 |
children | ef35abf8be35 |
comparison
equal
deleted
inserted
replaced
52:263880612637 | 53:a43d8cf2fa95 |
---|---|
84 | 84 |
85 build-windows/src/clickerconvert.exe | 85 build-windows/src/clickerconvert.exe |
86 | 86 |
87 This binary can be compressed with UPX or directly used. Without further | 87 This binary can be compressed with UPX or directly used. Without further |
88 dependencies. | 88 dependencies. |
89 | |
90 To create the Windows installer package you need makensis installed | |
91 (debian package nsis) and run: | |
92 | |
93 cd build-windows | |
94 ./packaging/win-createpackage.sh | |
89 | 95 |
90 For MacOSX | 96 For MacOSX |
91 ========== | 97 ========== |
92 Install the usual development tools / xcode. | 98 Install the usual development tools / xcode. |
93 | 99 |