|
|
| version 1.2, 2002/02/08 11:14:06 | version 1.4, 2005/11/22 16:38:25 |
|---|---|
| Line 8 | Line 8 |
| As most UNIX libraries Parser3 PgSQL driver follows the "standard": | As most UNIX libraries Parser3 PgSQL driver follows the "standard": |
| cd $D/parser3project | cd $D/parser3project |
| mkdir sql | |
| cd sql | |
| gunzip -c parser3pgsql-x.x.tar.gz | tar xvf - | gunzip -c parser3pgsql-x.x.tar.gz | tar xvf - |
| cd parser3pgsql-x.x | cd parser3pgsql-x.x |
| ./configure --prefix=/usr/local | ./configure --prefix=$HOME/parser3install --silent |
| make | make |