<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
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
<a class="moz-txt-link-freetext" href="https://index.docker.io/u/homme/gdal/">https://index.docker.io/u/homme/gdal/</a> for details). <br>
<br>
The only dependency is that you have docker installed
(<a class="moz-txt-link-freetext" href="http://www.docker.io/">http://www.docker.io/</a> - currently only on x86_64). Assuming that,
the following command will open a bash shell in an Ubuntu based
environment with GDAL available:<code class="dockerfile"><br>
<br>
</code>docker run -t -i homme/gdal:latest /bin/bash<br>
<br>
The build process closely follows that defined in
<a class="moz-txt-link-rfc2396E" href="https://github.com/OSGeo/gdal/blob/trunk/.travis.yml"><https://github.com/OSGeo/gdal/blob/trunk/.travis.yml></a> but
omits Java support. `configure` outputs the following:<br>
<br>
GDAL is now configured for x86_64-unknown-linux-gnu<br>
<br>
Installation directory: /usr/local<br>
C compiler: gcc -fPIC -g -DDEBUG
-DHAVE_SSE_AT_COMPILE_TIME<br>
C++ compiler: g++ -fPIC -g -DDEBUG
-DHAVE_SSE_AT_COMPILE_TIME<br>
<br>
LIBTOOL support: no<br>
<br>
LIBZ support: external<br>
LIBLZMA support: yes<br>
GRASS support: no<br>
CFITSIO support: no<br>
PCRaster support: internal<br>
LIBPNG support: external<br>
DDS support: no<br>
GTA support: yes<br>
LIBTIFF support: internal (BigTIFF=yes)<br>
LIBGEOTIFF support: internal<br>
LIBJPEG support: external<br>
12 bit JPEG: yes<br>
12 bit JPEG-in-TIFF: no<br>
LIBGIF support: external<br>
OGDI support: no<br>
HDF4 support: yes<br>
HDF5 support: yes<br>
NetCDF support: yes<br>
Kakadu support: no<br>
JasPer support: no<br>
OpenJPEG support: yes<br>
ECW support: yes<br>
MrSID support: yes<br>
MrSID/MG4 Lidar support: yes<br>
MSG support: no<br>
GRIB support: yes<br>
EPSILON support: yes<br>
WebP support: yes<br>
cURL support (wms/wcs/...):yes<br>
PostgreSQL support: yes<br>
MySQL support: no<br>
Ingres support: no<br>
Xerces-C support: yes<br>
NAS support: yes<br>
Expat support: yes<br>
libxml2 support: yes<br>
Google libkml support: yes<br>
ODBC support: yes<br>
PGeo support: yes<br>
FGDB support: yes<br>
MDB support: no<br>
PCIDSK support: internal<br>
OCI support: no<br>
GEORASTER support: no<br>
SDE support: no<br>
Rasdaman support: no<br>
DODS support: no<br>
SQLite support: yes<br>
PCRE support: yes<br>
SpatiaLite support: yes<br>
DWGdirect support no<br>
INFORMIX DataBlade support:no<br>
GEOS support: yes<br>
Poppler support: yes<br>
Podofo support: yes<br>
OpenCL support: no<br>
Armadillo support: no<br>
FreeXL support: yes<br>
SOSI support: no<br>
<br>
<br>
SWIG Bindings: python <br>
<br>
Statically link PROJ.4: no<br>
enable OGR building: yes<br>
enable pthread support: yes<br>
enable POSIX iconv support:yes<br>
hide internal symbols: no<br>
<br>
Improvements/suggestions are very welcome!<br>
<br>
Best regards,<br>
<br>
Homme<br>
<br>
</body>
</html>