Changes between Version 10 and Version 11 of SetupDevelopment
- Timestamp:
- 02/17/10 01:45:33 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SetupDevelopment
v10 v11 38 38 * download and install a fancy GUI for SVN (such as http://tortoisesvn.tigris.org/), or 39 39 * 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 40 42 41 43 4. Checkout a local copy of the OSGeo4W setup code into your Cygwin home directory … … 45 47 * execute: 46 48 * svn co https://svn.osgeo.org/osgeo4w/trunk/setup setup 47 49 * you should now have a "setup" folder in your cygwin home directory, containing the OSGeo4W setup code 48 50 * using SVN GUI: 49 51 * checkout https://svn.osgeo.org/osgeo4w/trunk/setup to your Cygwin home directory (C:\cygwin\home\jeff) 50 52 51 5. 53 5. Now you are ready to build the OSGeo4W setup.exe 52 54 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 * 54 57 55 58 {{{