--- sql/pgsql/INSTALL 2002/02/08 11:14:06 1.2 +++ sql/pgsql/INSTALL 2005/11/22 16:38:25 1.4 @@ -8,9 +8,11 @@ As most UNIX libraries Parser3 PgSQL driver follows the "standard": cd $D/parser3project + mkdir sql + cd sql gunzip -c parser3pgsql-x.x.tar.gz | tar xvf - cd parser3pgsql-x.x - ./configure --prefix=/usr/local + ./configure --prefix=$HOME/parser3install --silent make @@ -43,4 +45,4 @@ pgsql $sqldriversdir/libparser3pgsql.so Alexandr Petrosian (http://paf.design.ru) -$Id: INSTALL,v 1.2 2002/02/08 11:14:06 paf Exp $ +$Id: INSTALL,v 1.4 2005/11/22 16:38:25 paf Exp $