Changes between Version 11 and Version 12 of SetupDevelopment


Ignore:
Timestamp:
Feb 17, 2010, 1:53:09 AM (14 years ago)
Author:
jmckenna
Comment:

more comments

Legend:

Unmodified
Added
Removed
Modified
  • SetupDevelopment

    v11 v12  
    5454
    5555   * double-click the Cygwin desktop shortcut to start Cygwin
    56    *
     56   * execute the following:
     57     * cd setup
     58     * ./bootstrap.sh
     59     * ./fr_configure
     60     * make
    5761
    58 {{{
    59 ./bootstrap.sh
    60 ./fr_configure
    61 make
    62 }}}
     62    This should produce a setup.exe executable.   
    6363
    64 In the setup source directory.  This should produce a setup.exe executable.   The fr_upload.sh and package.sh scripts should also be helpful to get the results to the OSGeo4W download server.  Note that the executable needs to be updated in two places when new versions are uploaded.  One is the http://download.osgeo.org/osgeo4w/osgeo4w-setup.exe binary and the other is the packaged copy in http://download.osgeo.org/osgeo4w/release/setup.
     64== Uploading a new setup.exe to the Download Server ==
     65
     66The fr_upload.sh and package.sh scripts should also be helpful to get the results to the OSGeo4W download server.  Note that the executable needs to be updated in two places when new versions are uploaded.  One is the http://download.osgeo.org/osgeo4w/osgeo4w-setup.exe binary and the other is the packaged copy in http://download.osgeo.org/osgeo4w/release/setup.
    6567
    6668== Adding Express Packages ==