Changes between Version 29 and Version 30 of SetupDevelopment
- Timestamp:
- 06/09/10 15:22:53 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SetupDevelopment
v29 v30 77 77 2. compress the exe using the UPX utility, with the cygwin command: 78 78 {{{ 79 upx - 9setup.exe79 upx --best setup.exe 80 80 }}} 81 81 the file should now be around 400 KB in size … … 88 88 * use the cygwin installer to revert to the mingw-runtime version 3.17 (inside the /Libs section of the package installer) 89 89 * then re-compile the osgeo setup.exe, and execute strip & upx again 90 3. or instead of executing the ''split'' and ''upx'' commands separately, you can execute: 91 {{{ 92 make release 93 }}} 94 and rename the resulting ''setup-xxx.exe'' file to ''osgeo-setup.exe'' 90 95 91 96 == Debugging the Setup code ==