Changes between Version 71 and Version 72 of CompileOnWindows


Ignore:
Timestamp:
Apr 10, 2009, 2:35:06 PM (15 years ago)
Author:
cnielsen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileOnWindows

    v71 v72  
    11[[TOC]]
    22
    3 = Dependencies required for building with MinGW =
     3== Dependencies required for building with MinGW ==
    44
    55Compiling 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'''.
    66
    77
    8 == Install the OSGeo4W directory structure ==
     8=== Install the OSGeo4W directory structure ===
    99
    1010OSGeo4W has several of the required dependencies for compiling GRASS:
     
    4444
    4545
    46 == Install the environment for compilation (MingW) ==
     46=== Install the environment for compilation (MingW) ===
    4747
    48481. Run msys (there should be an icon on the desktop)
     
    8181
    8282
    83 == Pre-built Binaries ==
     83=== Pre-built Binaries ===
    8484
    8585Download:
     
    9696
    9797
    98 = Compiling and Installing GRASS (6.4.0) =
     98== Compiling and Installing GRASS (6.4.0) ==
    9999
    1001001. Download the latest GRASS 6.4.0 source code from [http://grass.osgeo.org/grass64/source/snapshot/ here].
     
    160160Now GRASS should be installed in c:\osgeo4w\apps\grass-6.4.0\
    161161
    162 == Usage ==
     162=== Usage ===
    163163
    164164To start grass use the icon on the desktop.
     
    181181}}}
    182182
    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 ===
    186186
    187187The 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].
     
    226226}}}
    227227
    228 == Grass-7.0.svn (trunk) ==
     228=== Grass-7.0.svn (trunk) ===
    229229
    2302301. Download the grass-7.0.svn source tree with:
     
    329329
    330330
    331 = TODO =
     331== TODO ==
    332332
    333333 * QGIS
     
    337337 * Add geos support for grass-7.0.svn (need geos-config file)
    338338
    339 = Building with MS Visual Studio =
     339== Building with MS Visual Studio ==
    340340
    341341 * See [wiki:CompileOnWindowsMSVC]
    342342
    343343
    344 = See also =
     344== See also ==
    345345
    346346 * [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])