Changes between Version 10 and Version 11 of SetupDevelopment


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SetupDevelopment

    v10 v11  
    3838   * download and install a fancy GUI for SVN (such as http://tortoisesvn.tigris.org/), or
    3939   * use a commandline SVN client such as from [http://subversion.tigris.org/files/documents/15/45222/svn-win32-1.5.6.zip here]  
     40     * copy the contents of that zip into your Program Files directory
     41     * add 'C:\Program Files\svn-win32-1.5.6\bin' to your PATH environment variable
    4042
    41434. Checkout a local copy of the OSGeo4W setup code into your Cygwin home directory
     
    4547     * execute:
    4648       * svn co https://svn.osgeo.org/osgeo4w/trunk/setup setup
    47        * you should now have a "setup" folder in your cygwin home directory, containing the OSGeo4W setup code
     49     * you should now have a "setup" folder in your cygwin home directory, containing the OSGeo4W setup code
    4850   * using SVN GUI:
    4951     * checkout https://svn.osgeo.org/osgeo4w/trunk/setup to your Cygwin home directory (C:\cygwin\home\jeff)
    5052
    51 5.
     535. Now you are ready to build the OSGeo4W setup.exe
    5254
    53 To build, you must first install Cygwin - including quite a variety of development packages.  Then run:
     55   * double-click the Cygwin desktop shortcut to start Cygwin
     56   *
    5457
    5558{{{