Changes between Version 22 and Version 23 of SetupOnTiger
- Timestamp:
- Jul 28, 2006, 1:41:55 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SetupOnTiger
v22 v23 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 55 56 57 === Darwin Ports way === 58 56 59 Alternative method for installing psycopg is using the darwin ports 57 60 58 sudo port install py-egenix-mx-base 61 sudo port install py-egenix-mx-base <br> 59 62 sudo port install py-psycopg 60 63