Changes between Version 13 and Version 14 of BuildingOnUnix
- Timestamp:
- Apr 3, 2018, 4:02:16 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnUnix
v13 v14 64 64 }}} 65 65 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. 67 67 68 68 ''A Working Example - Ubuntu 7.1 w/ GDAL 1.5''