Changes between Version 34 and Version 35 of SetupDevelopment


Ignore:
Timestamp:
Sep 16, 2013, 7:49:25 PM (11 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SetupDevelopment

    v34 v35  
    6767     {{{
    6868     cd setup
    69      ./bootstrap.sh  #This will automatically rebuild configure file
     69     ./bootstrap.sh  # This will automatically rebuild configure file
     70                     # If you want to enable a mirror, you should add --enable-mirror option, see README file please
    7071     make # this should produce a setup.exe executable in the setup directory, that is approximately 9 MB in size
    7172     make clean # if necessary
     
    7475     1. remove debugging symbols with the cygwin command:
    7576       {{{
    76            strip -s setup.exe
     77           strip -s osgeo4w-setup-x86.exe
    7778       }}}
    7879       the file should now be around 1 MB in size
    7980     2. compress the exe using the UPX utility, with the cygwin command:
    8081       {{{
    81            upx --best setup.exe
     82           upx --best osgeo4w-setup-x86.exe
    8283       }}}
    8384       the file should now be around 400 KB in size