Changes between Version 30 and Version 31 of SetupDevelopment


Ignore:
Timestamp:
Dec 30, 2010, 8:28:19 AM (13 years ago)
Author:
jef
Comment:

fr_configure => configure

Legend:

Unmodified
Added
Removed
Modified
  • SetupDevelopment

    v30 v31  
    6363   * double-click the Cygwin desktop shortcut to start Cygwin
    6464   * 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     }}}
    7172   * 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]):
    7273     1. remove debugging symbols with the cygwin command: