Changes between Version 70 and Version 71 of CompileOnWindows
- Timestamp:
- 04/10/09 14:32:59 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileOnWindows
v70 v71 1 1 [[TOC]] 2 2 3 = = Dependencies required for building with MinGW ==3 = Dependencies required for building with MinGW = 4 4 5 5 Compiling your own copy of '''GRASS''' is greatly simplified by using the '''OSGeo4W''' directory structure to install most dependencies and downloading the rest from a few other locations. Follow the steps below to set up the build environment for '''GRASS'''. 6 6 7 7 8 == = Install the OSGeo4W directory structure ===8 == Install the OSGeo4W directory structure == 9 9 10 10 OSGeo4W has several of the required dependencies for compiling GRASS: … … 44 44 45 45 46 == = Install the environment for compilation (MingW) ===46 == Install the environment for compilation (MingW) == 47 47 48 48 1. Run msys (there should be an icon on the desktop) … … 81 81 82 82 83 == = Pre-built Binaries ===83 == Pre-built Binaries == 84 84 85 85 Download: … … 96 96 97 97 98 = = Compiling and Installing GRASS (6.4.0) ==98 = Compiling and Installing GRASS (6.4.0) = 99 99 100 100 1. Download the latest GRASS 6.4.0 source code from [http://grass.osgeo.org/grass64/source/snapshot/ here]. … … 160 160 Now GRASS should be installed in c:\osgeo4w\apps\grass-6.4.0\ 161 161 162 == = Usage ===162 == Usage == 163 163 164 164 To start grass use the icon on the desktop. … … 181 181 }}} 182 182 183 = = Compiling and Installing Development Versions of GRASS ==184 185 == = Optional Installation of Subversion ===183 = Compiling and Installing Development Versions of GRASS = 184 185 == Optional Installation of Subversion == 186 186 187 187 The GRASS source tree is stored in an online repository called Subversion. Rather than downloading source trees from the website, subversion lets you keep up to date, and manage your modifications, with simply commands. For more see [http://grass.osgeo.org/wiki/Working_with_SVN Working with SVN]. … … 202 202 Alternatively '''TortoiseSVN''', a plugin for Windows Explorer, can be used for managing the local source tree. Download [http://tortoisesvn.tigris.org/ here]. 203 203 204 == = Grass-6.5.svn (develbranch_6) ===204 == Grass-6.5.svn (develbranch_6) == 205 205 206 206 1. Download the grass-6.5.svn source tree with: … … 226 226 }}} 227 227 228 == = Grass-7.0.svn (trunk) ===228 == Grass-7.0.svn (trunk) == 229 229 230 230 1. Download the grass-7.0.svn source tree with: … … 321 321 }}} 322 322 323 ==== Troubleshooting === 323 === Troubleshooting === 324 324 325 Here are a few common problems and their solutions: 325 326 ||With module...||If you get the error||Do the following|| … … 328 329 329 330 330 = = TODO ==331 = TODO = 331 332 332 333 * QGIS … … 336 337 * Add geos support for grass-7.0.svn (need geos-config file) 337 338 338 = = Building with MS Visual Studio ==339 = Building with MS Visual Studio = 339 340 340 341 * See [wiki:CompileOnWindowsMSVC] 341 342 342 343 343 = = See also ==344 = See also = 344 345 345 346 * [http://trac.osgeo.org/osgeo4w/wiki/pkg-grass GRASS package page in OSGeo4W] (including [http://trac.osgeo.org/osgeo4w/wiki/pkg-grass#PackagerNotes packaging notes])