Changes between Version 8 and Version 9 of SetupDevelopment


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

more changes

Legend:

Unmodified
Added
Removed
Modified
  • SetupDevelopment

    v8 v9  
    3030     * after selecting the required packages, press <Next> to begin installing
    3131   * you should now have a Cygwin shortcut on your desktop
     32   * if you chose default locations, if you open Windows Explorer you will see that Cygwin exists at ''C:\cygwin''
    3233
    33 3.
     343. If you don't have Subversion installed yet:
    3435
     36   * download and install a fancy GUI for SVN (such as http://tortoisesvn.tigris.org/), or
     37   * use a commandline SVN client such as from [http://subversion.tigris.org/files/documents/15/45222/svn-win32-1.5.6.zip here]  
    3538
     394. Checkout a local copy of the OSGeo4W setup code into your Cygwin home directory
    3640
     41   * using SVN commandline:
     42     * double click the "Cygwin" shortcut on your desktop
     43     * execute:
     44       * svn co https://svn.osgeo.org/osgeo4w/trunk/setup setup
     45       * you should now have a "setup" folder in your cygwin home directory, containing the OSGeo4W setup code
     46   * using SVN GUI:
     47     * checkout https://svn.osgeo.org/osgeo4w/trunk/setup to your Cygwin home directory (C:\cygwin\home\jeff)
    3748
    38 
    39 The modified source can be found in the OSGeo4W SVN at:
    40 
    41   https://svn.osgeo.org/osgeo4w/trunk/setup
     495.
    4250
    4351To build, you must first install Cygwin - including quite a variety of development packages.  Then run: