Changes between Version 99 and Version 100 of WKTRaster/Documentation01
- Timestamp:
- 04/27/10 11:44:51 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/Documentation01
v99 v100 188 188 189 189 {{{ 190 cd /c/projects/GDAL/gdal-1.7.1191 ./configure --without-libtool --with-libtiff=internal --with-libz=/c/gtk/include190 >cd /c/projects/GDAL/gdal-1.7.1 191 >./configure --without-libtool --with-libtiff=internal --with-libz=/c/gtk/include 192 192 }}} 193 193 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 {{{ 196 197 GDAL_OBJ = ./frmts/o/*.o \[[BR]] 197 198 ./gcore/*.o \[[BR]] 198 199 ./port/*.o \[[BR]] 199 200 ./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 206 208 }}} 207 209 … … 211 213 212 214 {{{ 213 strip /usr/local/lib/libgdal.dll215 >strip /usr/local/lib/libgdal.dll 214 216 }}} 215 217