Changes between Version 98 and Version 99 of WKTRaster/Documentation01


Ignore:
Timestamp:
Apr 27, 2010, 11:43:23 AM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/Documentation01

    v98 v99  
    185185 2. Get GDAL 1.7.1 sources from [http://trac.osgeo.org/gdal/wiki/DownloadSource] and extract (you need this for advanced features like ST_DumpAsPolygons).
    186186
    187  3. Build GDAL without libtool. Refer to [http://trac.osgeo.org/gdal/ticket/3465].
     187 3. Configure the GDAL build without libtool. (Refer to [http://trac.osgeo.org/gdal/ticket/3465].)
    188188   
    189189{{{
     
    192192}}}
    193193 
    194  Edit /c/thesrc/gdal/gdal-1.7.1/GNUMakefile so that GDAL_OBJ is assigned this way:
     194 4. Edit /c/thesrc/gdal/gdal-1.7.1/GNUMakefile so that GDAL_OBJ is assigned this way:
    195195
    196196 GDAL_OBJ = ./frmts/o/*.o \[[BR]]
     
    199199            ./alg/*.o
    200200
     201 5. Build and install.
     202
    201203{{{
    202204make clean && make
     
    206208 libgdal.dll should now exist in /usr/local/lib
    207209
     210 6. You can remove the debug information from libgdal.dll:
     211
    208212{{{
    209213strip /usr/local/lib/libgdal.dll
     
    211215
    212216
    213  4. Get the WKT Raster source code. You have two options:
     217 7. Get the WKT Raster source code. You have two options:
    214218
    215219  * Download the latest development snapshot from http://postgis.refractions.net/download/
     
    221225}}}
    222226
    223  5. From the wktraster folder, do:
     227 8. From the wktraster folder, do:
    224228If you don't want to build with GDAL leave out the --enable-development line
    225229
     
    229233}}}
    230234
    231  6. Run the compile and install commands:
     235 9. Run the compile and install commands:
    232236
    233237{{{