Changes between Version 13 and Version 14 of InstallationGuidelines/Mac/Developer/Manual
- Timestamp:
- 03/21/12 08:33:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Mac/Developer/Manual
v13 v14 29 29 For some GIS features of Eden (e.g. if you would rather use PostgreSQL with PostGIS instead of MySQL) install the [http://trac.osgeo.org/gdal/wiki/DownloadingGdalBinaries GDAL framework] 30 30 31 '''!MacPorts command'''31 '''!MacPorts Install''' 32 32 {{{ 33 sudo port install gdal 33 sudo port install gdal geos 34 34 }}} 35 35 … … 37 37 If you are currently running the default Python installation, several dependencies will fail to install. Be sure to install a version of Python, from [http://python.org Python Homepage], e.g. http://python.org/ftp/python/2.7.2/python-2.7.2-macosx10.6.dmg 38 38 39 '''!MacPorts Install''' 40 {{{ 41 sudo port install python27 42 }}} 39 43 40 44 == Install Python packages == 45 '''!MacPorts install''' 46 {{{ 47 sudo port install py27-lxml py27-shapely py27-reportlab py27-xlrd py27-xlwt py-serial py27-tweepy 48 }}} 49 '''!EasyInstall''' 41 50 You can use [http://peak.telecommunity.com/DevCenter/EasyInstall easy_install] or [http://www.pip-installer.org/ pip] for these installations. Be sure to include the "export" line, otherwise these will fail to install because they build for powerPC by default. 42 51 {{{ … … 51 60 }}} 52 61 62 == Install PostgreSQL + PostGIS extensions == 53 63 If you want to use PostgreSQL - PostGIS (for which you will need GDAL, above): 54 64 * Install the one clickInstaller sponsored by EnterpriseDB PostgreSQL and select also installation of PostGIS.