Changes between Version 8 and Version 9 of SetupDevelopment
- Timestamp:
- 02/17/10 01:37:41 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SetupDevelopment
v8 v9 30 30 * after selecting the required packages, press <Next> to begin installing 31 31 * 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'' 32 33 33 3. 34 3. If you don't have Subversion installed yet: 34 35 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] 35 38 39 4. Checkout a local copy of the OSGeo4W setup code into your Cygwin home directory 36 40 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) 37 48 38 39 The modified source can be found in the OSGeo4W SVN at: 40 41 https://svn.osgeo.org/osgeo4w/trunk/setup 49 5. 42 50 43 51 To build, you must first install Cygwin - including quite a variety of development packages. Then run: