Changes between Version 19 and Version 20 of InstallationGuidelines/Mac/Developer/Manual
- Timestamp:
- 03/21/12 22:58:24 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Mac/Developer/Manual
v19 v20 29 29 For some GIS features of Eden (e.g. if you would rather use PostgreSQL with PostGIS instead of MySQL) you are required to install the [http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries GDAL framework]. [http://trac.osgeo.org/geos/ GEOS] is also required, and is a dependency of shapely. 30 30 31 '''!MacPorts Install '''31 '''!MacPorts Install (recommended)''' 32 32 {{{ 33 33 sudo port install gdal geos … … 36 36 The current preferred version for Python for developers is version 2.7. If you are running the default Apple Python installation, several dependencies will fail to install. Be sure to install a version of Python, from the [http://python.org Python Website], or using !MacPorts. 37 37 38 '''!MacPorts Install '''38 '''!MacPorts Install (recommended)''' 39 39 {{{ 40 40 sudo port install python27; sudo port select --set python python27 41 41 }}} 42 42 == Install Python packages == 43 '''!MacPorts install '''43 '''!MacPorts install (recommended)''' 44 44 {{{ 45 45 sudo port install py27-lxml py27-shapely py27-reportlab py27-xlrd py27-xlwt py-serial py27-tweepy