Changes between Version 3 and Version 4 of InstallationGuidelines/Mac/Developer
- Timestamp:
- 10/23/11 06:51:23 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Mac/Developer
v3 v4 4 4 * http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries 5 5 6 2. You also need to install some modules of python 6 2. Python: http://python.org/ftp/python/2.7.2/python-2.7.2-macosx10.6.dmg 7 8 3. You also need to install some modules of python 7 9 {{{ 8 10 STATIC_DEPS=true sudo easy_install lxml … … 14 16 }}} 15 17 16 3.In case you want to use PostgreSQL - PostGIS (I assume you already installed the spatial modules before)18 4. In case you want to use PostgreSQL - PostGIS (I assume you already installed the spatial modules before) 17 19 Install the one clickInstaller sponsored by EnterpriseDB PostgreSQL and select also installation of postgis. 18 20 Then based on this article http://schwuk.com/articles/2009/09/10/psycopg2-on-os-x install the python database driver