Changes between Version 6 and Version 7 of SetupDevelopment


Ignore:
Timestamp:
Feb 17, 2010, 12:52:54 AM (14 years ago)
Author:
jmckenna
Comment:

initial improvements

Legend:

Unmodified
Added
Removed
Modified
  • SetupDevelopment

    v6 v7  
    11= Setup Development =
    22
    3 The OSGeo4W GUI Installer is derived from the Cygwin GUI Installer described at:
     3== Background ==
     4
     5The OSGeo4W GUI Installer is derived from the same code that the Cygwin installer uses (Cygwin is a Unix emulator on Windows).  More information about this code can be found at:
    46
    57  http://cygwin.com/setup.html
     8
     9== Building your own setup.exe ==
     10
     111. Download Cygwin installer
     12
     13   http://www.cygwin.com/setup.exe
     14
     152. Install Cygwin
     16
     17   * in the installer, no need to change anything (press <Next> until you must choose a download site)
     18   * in the '''Choose a Download Site''' window, highlight a URL that appears close to your country location, and press <Next>
     19   * in the '''Select Packages''' window, make sure to install the following packages (click on "Skip" until you see a version number beside the package name)
     20     * Devel
     21       * autoconf
     22       * automake
     23       * gcc-mingw-g++
     24       * libtool
     25       * make
     26     * Mingw
     27       * mingw-zlib
     28       * mingw-bzip2
     29     * also install all packages that are dependencies of the above ones (the cygwin installer should have automatically selected them for you)
     30
     31
     32
     33
    634
    735The modified source can be found in the OSGeo4W SVN at: