Changes between Version 3 and Version 4 of frmts_wtkraster.html


Ignore:
Timestamp:
Sep 20, 2009, 7:55:49 AM (15 years ago)
Author:
jorgearevalo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • frmts_wtkraster.html

    v3 v4  
    3434 * [http://trac.osgeo.org/geos GEOS library] version 3.2.0 or higher
    3535 * [http://postgis.refractions.net/ PostGIS] version 1.4.0 or higher
    36  * [http://trac.osgeo.org/postgis/wiki/WKTRaster WKTRaster PostGIS extension] v 0.1.6SVN or higher
    37  * [http://www.gis4free.org/gdal_wktraster GDAL library]. A ''fork'' version of GDAL 1.70SVN developed during the Google Summer of Code 2009. The driver will be added to GDAL v1.7.0.
    38 
     36 * [http://trac.osgeo.org/postgis/wiki/WKTRaster WKTRaster PostGIS extension] version 0.1.6SVN or higher
     37 
    3938== '''2.2 - Installed precompiled binaries''' ==
    4039
     
    4443
    4544=== '''2.3.1 - Compiling on GNU/Linux''' ===
     45
     46Follow the instructions to compile the requisites [http://www.gis4free.org/blog/2009/05/30/gsoc-09-weekly-report-1-2305-2905/ here] '''(only the 5 first steps)'''. After this, you will have to get the code of the ''fork'' of GDAL version 1.7.0SVN developed for the Google Summer of Code 2009. You can export the source code with Subversion from [http://www.gis4free.org/gdal_wktraster here] by:
     47
     48{{{
     49>$ svn export http://www.gis4free.org/gdal_wktraster
     50}}}
     51
     52
     53The ''fork'' version of GDAL is compiled like the official one. You can find instructions on how to build GDAL library on UNIX-like systems [http://trac.osgeo.org/gdal/wiki/BuildingOnUnix here].
     54
     55Once the driver is added to the official GDAL trunk, you should get the source code of GDAL from official's GDAL repository.
     56
    4657
    4758=== '''2.3.2 - Compiling on Windows''' ===