/*! \page download GDAL Downloads

Binary Packages

OpenEV_FW

The OpenEV_FW binary releases for Linux and Windows systems include the full set of GDAL libraries, utilities, python support and documentation along with lots of other stuff (including the OpenEV viewer). It can be downloaded from: http://www.gdal.org/dl/openev or http://gdal.maptools.org/dl/openev Note, the regular OpenEV releases (also mirrored in these locations) do not include the full suite of GDAL utilities nor as many built-in format drivers. The OpenEV_FW releases normally include development versions of GDAL, not the most recent stable release.

The OpenEV_FW binaries for Linux should work on pretty much any modern Intel Linux system.

Other Binary Packages

  1. GDAL is also a component of the FreeGIS CDs available from www.freegis.org in RPM format.

  2. Packages for Debian users are available in the official repository http://packages.debian.org/libgdal1.

  3. Packages for MacOS X are available via Fink from the Fink repository.
  4. http://hobu.stat.iastate.edu/gdal-1.1.9win32.exe: Python 2.3 GDAL 1.1.9 add-on including Oracle Spatial, ECW, netcdf, GML and PostGIS.

  5. http://hobu.stat.iastate.edu/gdal-1.2.0win32.exe: Python 2.3 GDAL 1.2.0 add-on including ECW, netcdf, GML and PostGIS.

Source

GDAL source releases are available in tar.gz and zip from from the GDAL primary ftp site, and http mirror site: http://www.gdal.org/dl

http://gdal.maptools.org/dl

The NEWS file describes features added up to the most recent public release.

Late each night a development snapshot is captured from CVS and made available. These snapshots are not stable releases, and might (on a bad night) not even build. However, they do contain essentially the latest code. They can be downloaded from: http://gdal.maptools.org/dl/daily

Refer to the build instructions for how to build GDAL from source.

CVS

The GDAL source is available by anonymous CVS from the cvs.maptools.org server:
% export CVSROOT=:pserver:cvsanon@cvs.maptools.org:/cvs/maptools/cvsroot
% cvs login
Password: *enter*
% cvs checkout gdal
Update access to the CVS repository can be obtained by arrangement with the maintainer.

*/