Changes between Version 61 and Version 62 of GeoDjangoInstall
- Timestamp:
- Aug 19, 2008, 1:45:33 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeoDjangoInstall
v61 v62 47 47 === GEOS === 48 48 * ''Required'': GEOS v3.0.0RC4 and above (''not'' compatible with the 2.x versions). 49 * ''Recommended'': GEOS [http:// geos.refractions.net/downloads/geos-3.0.0.tar.bz2 3.0.0] (support for the release candidate versions will be eventually deprecated due to differences in the way geometries are serialized to WKT and HEX, as well as compilation issues for OSX 10.5 -- we urge users to migrate to 3.0.0).49 * ''Recommended'': GEOS [http://download.osgeo.org/geos/geos-3.0.0.tar.bz2 3.0.0] (support for the release candidate versions will be eventually deprecated due to differences in the way geometries are serialized to WKT and HEX, as well as compilation issues for OSX 10.5 -- we urge users to migrate to 3.0.0). 50 50 51 51 [http://geos.refractions.net GEOS] is an open source C++ library for performing geometric operations, and powers !GeoDjango's "lazy" geometries. … … 55 55 First, download GEOS 3.0.0 from the refractions website and untar the source archive: 56 56 {{{ 57 $ wget http:// geos.refractions.net/downloads/geos-3.0.0.tar.bz257 $ wget http://download.osgeo.org/geos/geos-3.0.0.tar.bz2 58 58 $ tar xjf geos-3.0.0.tar.bz2 59 59 }}}