Changes between Version 11 and Version 12 of SetupDevelopment
- Timestamp:
- 02/17/10 01:53:09 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SetupDevelopment
v11 v12 54 54 55 55 * 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 57 61 58 {{{ 59 ./bootstrap.sh 60 ./fr_configure 61 make 62 }}} 62 This should produce a setup.exe executable. 63 63 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 66 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. 65 67 66 68 == Adding Express Packages ==