Changeset 11222

Show
Ignore:
Timestamp:
04/07/07 16:25:25 (2 years ago)
Author:
warmerdam
Message:

downloads moved to the wiki

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/doc/download.dox

    r11137 r11222  
    66\page download GDAL Downloads 
    77 
    8 \section download_binaries Binary Packages 
    9  
    10 \subsection download_binaries_fwtools FWTools 
    11  
    12 The FWTools binary releases for Linux and Windows systems include the 
    13 full set of GDAL libraries, utilities, python support and documentation  
    14 along with lots of other stuff (including the OpenEV viewer).  More  
    15 information is available at: 
    16  
    17 <a href="http://fwtools.maptools.org/">http://fwtools.maptools.org/</a> 
    18  
    19 The FWTools binaries for Linux should work on pretty much any modern 
    20 Intel Linux system.<p> 
    21  
    22 \subsection download_binaries_other Other Binary Packages 
    23  
    24 <ol> 
    25  
    26 <li> RPMs suitable for Fedora Core are maintained by Schuyler Erle on 
    27 the <a href="http://mappinghacks.com">Mapping Hacks</a> site at 
    28 <a href="http://mappinghacks.com/rpm/">http://mappinghacks.com/rpm/</a>. 
    29 FC4 RPMs are also available from  
    30 <a href="http://www.gdal.org/dl/fc4-rpms">Intevation</a>.<p> 
    31  
    32 <li> RPMs suitable for SuSe and Mandriva are maintained by GDF Hannover Germany site at 
    33 <a href="http://www.gdf-hannover.de/software">http://www.gdf-hannover.de/software</a>.<p> 
    34  
    35 <li> Packages for Debian users are available in the official repository 
    36 <a href="http://packages.debian.org/libgdal1">http://packages.debian.org/libgdal1</a>.<p> 
    37  
    38 <li> Packages for MacOS X are available via Fink from the <a href="http://fink.sourceforge.net/pdb/package.php/gdal">Fink repository</a>. 
    39  
    40 <li> For the fink adverse, there is also a build of GDAL distributed as 
    41 part of the easy-to-install  
    42 <a href="http://wwwamb.bologna.enea.it/forgrass/download.htm">GRASS GIS ON MAC 
    43 OS X</a> package by Lorenzo Moretti, and a standalone <a href="http://www.gdal.org/dl/GDAL-1.2.6.dmg">GDAL 1.2.6 installer</a> which includes a Framework  
    44 version of the GDAL library.<p> 
    45  
    46 <li> For the fink and framework adverse another option is William Kyngesburye's 
    47 GISLibs package, <a href="http://www.kyngchaos.com/macosx/downloads.php"> 
    48 binaries</a> and  
    49 <a href="http://www.kyngchaos.com/macosx/index.php">build instructions</a>.<p> 
    50  
    51 </ol> 
    52  
    53 \section download_sources Source 
    54  
    55 The latest stable release source (1.4.0) is available at:<p> 
    56  
    57 <a href="http://www.gdal.org/dl/gdal-1.4.0.tar.gz">gdal-1.4.0.tar.gz</a> (source)<br> 
    58 <a href="http://www.gdal.org/dl/gdal140.zip">gdal140.zip</a> (source)<br> 
    59 <a href="http://www.gdal.org/dl/gdal140doc.zip">gdal140doc.zip</a> (html docs)<br> 
    60 <a href="http://www.gdal.org/dl/gdalautotest-1.4.0.tar.gz">gdalautotest-1.4.0.tar.gz</a> (python test suite)<p> 
    61  
    62 The <a href="NEWS.html">NEWS</a> file describes features added up to the 
    63 most recent public release.<p> 
    64  
    65 Past GDAL source releases, and other files are available from from the 
    66 GDAL primary site, and the mirror site: 
    67  
    68 <a href="http://www.gdal.org/dl">http://www.gdal.org/dl</a><br> 
    69 <a href="http://download.osgeo.org/gdal/">http://download.osgeo.org/gdal</a><p> 
    70  
    71 Late each night a development snapshot is captured from Subversion and made available. 
    72 These snapshots are not stable releases, and might (on a bad night) not even 
    73 build.  However, they do contain essentially the latest code.  They can be 
    74 downloaded from: 
    75  
    76 <a href="http://www.gdal.org/dl/daily">http://www.gdal.org/dl/daily</a><p> 
    77  
    78 Refer to the <a href="gdal_building.html">build instructions</a> for how to 
    79 build GDAL from source.<p> 
    80  
    81 \subsection download_sources_svn Subversion 
    82  
    83 The GDAL source is available anonymously from Subversion: 
    84  
    85 <pre> 
    86 % svn checkout https://svn.osgeo.org/gdal/trunk/gdal gdal  
    87 </pre> 
    88  
    89 Update access to the Subversion repository can be obtained by arrangement  
    90 with the maintainer.<p> 
    91  
    92 \htmlonly 
    93 <p> 
    94 $Id$ 
    95 </p> 
    96 \endhtmlonly 
    97  
     8This page has been moved to the wiki with a topic on downloading <a href="http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries">binaries (pre-built executables</a> and a topic on downloading <a href="http://trac.osgeo.org/gdal/wiki/DownloadSource">source</a>. 
     9  
    9810*/ 
  • trunk/gdal/doc/index.dox

    r11148 r11222  
    3131<ul> 
    3232<li> <a href="http://trac.osgeo.org/gdal/">Wiki</a> - Various user and developer contributed documentation and hints 
    33 <li> <a href="download.html">Downloads</a> - Source and Binaries 
     33<li> <a href="http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries">Downloads</a> - Ready to use binaries (executables) 
    3434<li> <a href="formats_list.html">Supported Formats</a> 
    3535<li> <a href="gdal_utilities.html">GDAL Utility Programs</a> 
     
    4545<ul> 
    4646<li> <a href="http://trac.osgeo.org/gdal/wiki/BuildHints">Building GDAL From Source</a> 
     47<li> <a href="http://trac.osgeo.org/gdal/wiki/DownloadSource">Downloads</a> - source code 
    4748<li> <a href="hierarchy.html">API Reference Documentation</a> 
    4849<li> <a href="gdal_tutorial.html">GDAL API Tutorial</a>