Changes between Version 13 and Version 14 of BuildingOnUnix


Ignore:
Timestamp:
Apr 3, 2018, 4:02:16 PM (6 years ago)
Author:
bje
Comment:

Replace revision 23504 with the correspoding Git commit number.

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnUnix

    v13 v14  
    6464}}}
    6565
    66  * Static builds of GDAL are possible.  Here is one route that worked for me on Ubuntu 10.04 at about revision 23504 (you may want to take caution and figure out if there is a better way).  This example has java and mdb but shouldn't be required.  openjdk-6-jre and openjdk-6-jdk must be installed if you want --with-java.  ./configure --with-java=yes --with-mdb=yes --without-ld-shared --disable-shared --enable-static.  Then copy just /usr/bin/ogrinfo and ogr2ogr to another machine with similar environment (minus compiling tools, etc), follow [http://gdal.org/ogr/drv_mdb.html mdb format page] if you are using mdb.
     66 * Static builds of GDAL are possible.  Here is one route that worked for me on Ubuntu 10.04 at about commit 44348a94 (you may want to take caution and figure out if there is a better way).  This example has java and mdb but shouldn't be required.  openjdk-6-jre and openjdk-6-jdk must be installed if you want --with-java.  ./configure --with-java=yes --with-mdb=yes --without-ld-shared --disable-shared --enable-static.  Then copy just /usr/bin/ogrinfo and ogr2ogr to another machine with similar environment (minus compiling tools, etc), follow [http://gdal.org/ogr/drv_mdb.html mdb format page] if you are using mdb.
    6767
    6868''A Working Example - Ubuntu 7.1 w/ GDAL 1.5''