Changes between Version 7 and Version 8 of GeoDjangoInstall


Ignore:
Timestamp:
Sep 24, 2007, 4:05:47 PM (17 years ago)
Author:
jbronn
Comment:

clarified GEOS installation for Windows

Legend:

Unmodified
Added
Removed
Modified
  • GeoDjangoInstall

    v7 v8  
    143143PostGIS maintains a [http://postgis.refractions.net/download/windows/ distribution for Windows], and includes pre-built libraries for PROJ 4.5.0 and GEOS 3.0.0rc4 (both are the latest versions).  You may download the latest [http://postgis.refractions.net/download/windows/pg82/postgis-pg82-setup-1.3.1-1.exe PostGIS (1.3.1) here].  Run this ''after'' the PostgreSQL installer.
    144144
     145=== GEOS ===
     146
    145147After PostGIS has installed, copy the GEOS ({{{libgeos-3-0-0rc4.dll}}}, {{{libgeos_c-1.dll}}}), and PROJ ({{{libproj.dll}}}) libraries from {{{C:\Program Files\PostgreSQL\8.2\lib}}} (or wherever you installed PostgreSQL) to a location accessible to the Python interpreter (''e.g.'', {{{C:\Python25\DLLs}}}, or {{{C:\Python25}}}).
    146148
Back to Top