Changes between Version 13 and Version 14 of InstallationGuidelines/Mac/Developer/Manual


Ignore:
Timestamp:
03/21/12 08:33:00 (13 years ago)
Author:
Gavin Treadgold
Comment:

added python and packages port commands

Legend:

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

    v13 v14  
    2929For 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]
    3030
    31 '''!MacPorts command'''
     31'''!MacPorts Install'''
    3232{{{
    33 sudo port install gdal
     33sudo port install gdal geos
    3434}}}
    3535
     
    3737If 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
    3838
     39'''!MacPorts Install'''
     40{{{
     41sudo port install python27
     42}}}
    3943
    4044== Install Python packages ==
     45'''!MacPorts install'''
     46{{{
     47sudo port install py27-lxml py27-shapely py27-reportlab py27-xlrd py27-xlwt py-serial py27-tweepy
     48}}}
     49'''!EasyInstall'''
    4150You 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.
    4251{{{
     
    5160}}}
    5261
     62== Install PostgreSQL + PostGIS extensions ==
    5363If you want to use PostgreSQL - PostGIS (for which you will need GDAL, above):
    5464 * Install the one clickInstaller sponsored by EnterpriseDB PostgreSQL and select also installation of PostGIS.