Changes between Version 29 and Version 30 of SetupDevelopment


Ignore:
Timestamp:
Jun 9, 2010, 3:22:53 PM (14 years ago)
Author:
jmckenna
Comment:

add make release note

Legend:

Unmodified
Added
Removed
Modified
  • SetupDevelopment

    v29 v30  
    7777     2. compress the exe using the UPX utility, with the cygwin command:
    7878       {{{
    79            upx -9 setup.exe
     79           upx --best setup.exe
    8080       }}}
    8181       the file should now be around 400 KB in size
     
    8888           * use the cygwin installer to revert to the mingw-runtime version 3.17 (inside the /Libs section of the package installer)
    8989           * 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''
    9095
    9196== Debugging the Setup code ==