Changes between Version 5 and Version 6 of GRASS


Ignore:
Timestamp:
May 18, 2007, 3:30:31 PM (17 years ago)
Author:
Mateusz Łoskot
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GRASS

    v5 v6  
    77'''Note, following instructions apply to Linux and other environments where GNU autotools are available (autoconf, automake, make).'''
    88
    9 == Building GDAL with built-in GRASS driver ==
     9== Prerequisites ==
    1010
    1111 * Download and install [http://grass.itc.it/ GRASS] together with development files (headers and libraries). The easiest option is to use binary packages prepared for your Linux distribution.
     
    1818}}}
    1919
    20  * Configure GDAL sources with GRASS support included:
     20== Building GDAL with built-in GRASS driver ==
     21
     22 * Configure GDAL sources '''with''' GRASS support included:
    2123
    2224{{{
     
    5456== Building GDAL and GRASS driver plugin ==
    5557
    56 ''TBD''
     58
     59 * Configure GDAL sources '''without''' GRASS support:
     60
     61{{{
     62./configure --without-grass
     63}}}