Changes between Version 21 and Version 22 of SetupOnTiger
- Timestamp:
- Jul 28, 2006, 1:41:00 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SetupOnTiger
v21 v22 53 53 54 54 {{{./configure --with-postgres-libraries=$(pg_config --libdir) --with-postgres-includes=$(pg_config --includedir) --with-mxdatetime-includes=[path/to/mxdatetime]/egenix-mx-base-2.0.6/mx/DateTime/mxDateTime}}} 55 56 Alternative method for installing psycopg is using the darwin ports 57 58 sudo port install py-egenix-mx-base 59 sudo port install py-psycopg 60 61 Darwin ports are available at http://darwinports.opendarwin.org/