= GDAL/OGR Binaries = The GDAL project does not produce regular downloadable binaries (executables) for each release. However, a variety of efforts do produce ready to use binaries. == Linux == === Docker images === Nightly builds and images of tagged released are available at https://hub.docker.com/r/osgeo/gdal/tags Information on the content of the different configurations can be found at https://github.com/OSGeo/gdal/tree/master/gdal/docker === Fedora === Fedora, since release 7, includes GDAL binaries. === EPEL === [https://fedoraproject.org/wiki/EPEL Extra Packages for Enterprise Linux] (or EPEL) RPM packages are made available here: https://src.fedoraproject.org/rpms/gdal/ === Enterprise Linux GIS (ELGIS) === The [http://elgis.argeo.org/ ELGIS] effort provides RPMs of various GIS applications for Enterprise Linux and derivatives (RHEL, CentOS, Scientific Linux). === OpenSuSE === GDAL RPMs for OpenSuSE together with many other Geo-Tools are provided at http://download.opensuse.org/repositories/Application:/Geo/ === Debian === The [http://wiki.debian.org/DebianGis Debian GIS] team maintains [http://packages.debian.org/cgi-bin/search_packages.pl?keywords=gdal&searchon=names&subword=1&version=all&release=all GDAL packages] for [http://en.wikipedia.org/wiki/Debian Debian GNU/Linux]. Debian packages are now available on Debian Unstable: https://tracker.debian.org/pkg/gdal === Ubuntu === A new UbuntisGIS is available on [https://launchpad.net/~ubuntugis UbuntuGIS launchpad] and provides up-to-date packages of GDAL for Ubuntu Hardy, Karmic and Lucid. For more information, you can consult the [https://wiki.ubuntu.com/UbuntuGIS UbuntuGIS] page. == MacOS X == William Kyngesburye maintains an extensive set of framework builds for GDAL and other GIS software at: https://www.kyngchaos.com/software/frameworks == Windows == * [http://www.gisinternals.com/sdk/ GISInternals] maintained by Tamas Szekeres contains a complete set of Win32 and Win64 binary packages (compiled with VC2005/VC2008/VC2010/VC2012/VC2013). These packages are based on the current development and stable branches built from the GDAL SVN daily. The corresponding SDK packages are also available to download from this location. The -devel packages are based on the developement version (2.1dev at time of writing), and the -stable packages are based on the latest stable branch (1.11 at time of writing) * [https://ms4w.com/ MS4W] (!MapServer for Windows) is a popular installer that contains GDAL & its utilities, !MapServer, PHP, Python, and the Apache web server. As of MS4W version4 it is a full SDI, with ability to publish WMS, WFS, WCS, SOS, CSW, WPS services. Maintained by [https://gatewaygeomatics.com GatewayGeo]. MS4W includes GDAL python bindings, GDAL Oracle plugin, ECW/MrSID support, as well as other useful commandline utilities for !MapServer, Spatialite, !MapCache, OpenSSL, Shapelib, PHP, Python, and !UnixUtils. * [wiki:OSGeo4W] is a binary distribution of a broad set of open source geospatial software for Win64 environments (Windows 7 to 11). OSGeo4W includes GDAL/OGR including Python bindings ECW, MrSID and Oracle support, [https://qgis.org QGIS], [https://grass.osgeo.org/ GRASS], as well as many other packages. It's also the base of the standalone installers of [https://qgis.org QGIS]. * [https://github.com/Microsoft/vcpkg Microsoft vcpkg], ecosystem of Visual C++ packages, now offer [https://github.com/Microsoft/vcpkg/pull/1879 GDAL 2.2.2]. * [https://www.nuget.org/packages?q=GDAL GDAL binaries from NuGet] - package manager for the Microsoft development platform == Multi-Platform == * [https://www.conan.io/search?q=GDAL GDAL binaries from Conan.io] - a C/C++ Package Manager == Legacy == === FWTools === The [wiki:FWTools] 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). The FWTools binaries are not currently updated with the latest GDAL versions, so '''other methods described above are recommended'''. ---- Are you maintaining GDAL binaries for a platform? Please feel free to add pointers to the above!