Hi,

In case it's of use to anyone else, I've uploaded an image to the docker index containing a recent build of GDAL (see https://index.docker.io/u/homme/gdal/ for details).

The only dependency is that you have docker installed (http://www.docker.io/ - currently only on x86_64). Assuming that, the following command will open a bash shell in an Ubuntu based environment with GDAL available:|

|docker run -t -i homme/gdal:latest /bin/bash

The build process closely follows that defined in <https://github.com/OSGeo/gdal/blob/trunk/.travis.yml> but omits Java support. `configure` outputs the following:

GDAL is now configured for x86_64-unknown-linux-gnu

  Installation directory:    /usr/local
C compiler: gcc -fPIC -g -DDEBUG -DHAVE_SSE_AT_COMPILE_TIME C++ compiler: g++ -fPIC -g -DDEBUG -DHAVE_SSE_AT_COMPILE_TIME

  LIBTOOL support:           no

  LIBZ support:              external
  LIBLZMA support:           yes
  GRASS support:             no
  CFITSIO support:           no
  PCRaster support:          internal
  LIBPNG support:            external
  DDS support:               no
  GTA support:               yes
  LIBTIFF support:           internal (BigTIFF=yes)
  LIBGEOTIFF support:        internal
  LIBJPEG support:           external
  12 bit JPEG:               yes
  12 bit JPEG-in-TIFF:       no
  LIBGIF support:            external
  OGDI support:              no
  HDF4 support:              yes
  HDF5 support:              yes
  NetCDF support:            yes
  Kakadu support:            no
  JasPer support:            no
  OpenJPEG support:          yes
  ECW support:               yes
  MrSID support:             yes
  MrSID/MG4 Lidar support:   yes
  MSG support:               no
  GRIB support:              yes
  EPSILON support:           yes
  WebP support:              yes
  cURL support (wms/wcs/...):yes
  PostgreSQL support:        yes
  MySQL support:             no
  Ingres support:            no
  Xerces-C support:          yes
  NAS support:               yes
  Expat support:             yes
  libxml2 support:           yes
  Google libkml support:     yes
  ODBC support:              yes
  PGeo support:              yes
  FGDB support:              yes
  MDB support:               no
  PCIDSK support:            internal
  OCI support:               no
  GEORASTER support:         no
  SDE support:               no
  Rasdaman support:          no
  DODS support:              no
  SQLite support:            yes
  PCRE support:              yes
  SpatiaLite support:        yes
  DWGdirect support          no
  INFORMIX DataBlade support:no
  GEOS support:              yes
  Poppler support:           yes
  Podofo support:            yes
  OpenCL support:            no
  Armadillo support:         no
  FreeXL support:            yes
  SOSI support:              no


  SWIG Bindings:             python

  Statically link PROJ.4:    no
  enable OGR building:       yes
  enable pthread support:    yes
  enable POSIX iconv support:yes
  hide internal symbols:     no

Improvements/suggestions are very welcome!

Best regards,

Homme

_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to