Changes between Version 30 and Version 31 of SetupDevelopment
- Timestamp:
- 12/30/10 08:28:19 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SetupDevelopment
v30 v31 63 63 * double-click the Cygwin desktop shortcut to start Cygwin 64 64 * execute the following: 65 * cd setup 66 * ./bootstrap.sh 67 * ./fr_configure 68 * make 69 (this should produce a setup.exe executable in the setup directory, that is approximately 9 MB in size) 70 * make clean (if necessary) 65 {{{ 66 cd setup 67 ./bootstrap.sh 68 ./configure 69 make # this should produce a setup.exe executable in the setup directory, that is approximately 9 MB in size 70 make clean # if necessary 71 }}} 71 72 * if you are building a release version of osgeo4w-setup.exe (meaning it will be uploaded to the OSGeo [http://download.osgeo.org/osgeo4w/ download server]): 72 73 1. remove debugging symbols with the cygwin command: