Changes between Version 99 and Version 100 of WKTRaster/Documentation01


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

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/Documentation01

    v99 v100  
    188188   
    189189{{{
    190 cd /c/projects/GDAL/gdal-1.7.1
    191 ./configure --without-libtool --with-libtiff=internal --with-libz=/c/gtk/include
     190>cd /c/projects/GDAL/gdal-1.7.1
     191>./configure --without-libtool --with-libtiff=internal --with-libz=/c/gtk/include
    192192}}}
    193193 
    194  4. Edit /c/thesrc/gdal/gdal-1.7.1/GNUMakefile so that GDAL_OBJ is assigned this way:
    195 
     194 4. Edit /c/thesrc/gdal/gdal-1.7.1/GNUMakefile so that GDAL_OBJ, at the beginning of the file, is assigned like this:
     195
     196{{{
    196197 GDAL_OBJ = ./frmts/o/*.o \[[BR]]
    197198            ./gcore/*.o \[[BR]]
    198199            ./port/*.o \[[BR]]
    199200            ./alg/*.o
    200 
    201  5. Build and install.
    202 
    203 {{{
    204 make clean && make
    205 make install
     201}}}
     202
     203 5. Build and install GDAL.
     204
     205{{{
     206>make clean && make
     207>make install
    206208}}}
    207209
     
    211213
    212214{{{
    213 strip /usr/local/lib/libgdal.dll
     215>strip /usr/local/lib/libgdal.dll
    214216}}}
    215217