Changes between Version 24 and Version 25 of SetupOnTiger
- Timestamp:
- Jan 25, 2007, 4:28:09 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SetupOnTiger
v24 v25 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 === The Fink Way === 57 I'm referring to ticket:3364 it was the reason why I couldn't get it to work. 58 59 1. Install postgres81 60 1. Install postgres81-dev 61 1. get the latest and greatest psycopg2 (I'm using psycopg2-2.0.5 but please read '''ticket:3364''') 62 1. keep to the rest of this tutorial but use psycopg2 instead of psypg1 63 * Note: install psycopg2 ist just `python setup.py build`and `python setup.py install` psycopg1 wouldn't install with fink... 56 64 57 65 === Darwin Ports way ===