Changes between Version 8 and Version 9 of BuildingOnUnix


Ignore:
Timestamp:
Dec 19, 2011, 3:38:21 PM (12 years ago)
Author:
EliL
Comment:

fix typo (jave-->java)

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnUnix

    v8 v9  
    3737 * If you are trying to install as other than root (to your own tree set with --prefix) you will likely have problems with the python since it always tries to install under the site-packages directory for the installed python tree.  If you don't need python support you can suppress it at configure using --without-python, or override the python module output directory at configure time with the --with-pymodir='''directory'''
    3838
    39  * 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-jave=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.
     39 * 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.
    4040
    4141''A Working Example - Ubuntu 7.1 w/ GDAL 1.5''