wiki:DownloadSource

Version 5 (modified by warmerdam, 17 years ago) ( diff )

added 1.4.2.

Downloading GDAL/OGR Source

Packaged Source

All source releases are available for download from:

1.4.2 - Latest Stable Release

1.4.2 Release News

1.4.1 - Latest Stable Release

1.4.1 Release News

1.4.0 - January 2007

Nightly Snapshots

Each night a snapshot is created from the subversion trunk, and made available at the following url. These nightly snapshots are of the current development version, and may be broken on any given night. Use at own risk!

Subversion

The GDAL/OGR software lives in the Subversion source control system. It can be browsed online using the Browse Source button on the top bar.

With the subversion client software installed, the current development version can be extracted using the command:

  svn checkout https://svn.osgeo.org/gdal/trunk/gdal gdal

To extract the current stable version use the command:

  svn checkout https://svn.osgeo.org/gdal/branches/1.4/gdal gdal

Update access to the Subversion repository is governed by RFC 3: GDAL Commiter Guidelines. Commiters should take care to use https for access, and use their OSGeo Userid for authentication. A commit command might look something like:

  svn commit -m "fix buffer overwrite in RawRasterBand::RasterIO() (bug #999)" rawdataset.cpp --username warmerdam
Note: See TracWiki for help on using the wiki.