Changes between Version 19 and Version 20 of InstallationGuidelines/Mac/Developer/Manual


Ignore:
Timestamp:
03/21/12 22:58:24 (13 years ago)
Author:
Gavin Treadgold
Comment:

added recommended for MacPorts commands

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Mac/Developer/Manual

    v19 v20  
    2929For 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.
    3030
    31 '''!MacPorts Install'''
     31'''!MacPorts Install (recommended)'''
    3232{{{
    3333sudo port install gdal geos
     
    3636The 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.
    3737
    38 '''!MacPorts Install'''
     38'''!MacPorts Install (recommended)'''
    3939{{{
    4040sudo port install python27; sudo port select --set python python27
    4141}}}
    4242== Install Python packages ==
    43 '''!MacPorts install'''
     43'''!MacPorts install (recommended)'''
    4444{{{
    4545sudo port install py27-lxml py27-shapely py27-reportlab py27-xlrd py27-xlwt py-serial py27-tweepy