Changes between Version 4 and Version 5 of InstallationGuidelines/Mac/Developer/Manual


Ignore:
Timestamp:
11/25/11 11:39:51 (13 years ago)
Author:
Alex R
Comment:

--

Legend:

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

    v4 v5  
    1010
    1111== Install Python ==
    12 [http://python.org/ftp/python/2.7.2/python-2.7.2-macosx10.6.dmg Mac installer for Python]
     12If you are currently running the default Python installation, several dependancies will fail to install. Be sure to install a version of Python, from [http://python.org Python Homepage]
     13
    1314
    1415== Install Python packages ==
    15 You can use [http://peak.telecommunity.com/DevCenter/EasyInstall easy_install] or [http://www.pip-installer.org/ pip] for these installations.
     16You 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.
    1617{{{
     18export ARCHFLAGS="-arch i386 -arch x86_64"
    1719STATIC_DEPS=true sudo easy_install lxml
    1820sudo easy_install shapely