From 1fd61011596fffe613661c4b2cf2500ea07cb51a Mon Sep 17 00:00:00 2001 From: Dave Page Date: Tue, 8 Nov 2005 09:13:33 +0000 Subject: [PATCH] Correct directory name, per Jeff Bohmer --- docs/unix-compilation.html | 132 ++++++++++++++++++------------------- 1 file changed, 66 insertions(+), 66 deletions(-) diff --git a/docs/unix-compilation.html b/docs/unix-compilation.html index 6fda222..5aa067a 100644 --- a/docs/unix-compilation.html +++ b/docs/unix-compilation.html @@ -9,86 +9,86 @@

Compiling psqlODBC on Unix

-

Following psqlODBC's move away from the main PostgreSQL source tree, Peter Eisentraut was kind enough -provide a build environment for us which is now included in psqlODBC tarballs.

- -

Installation

- -

To install, just try something like:

+

Following psqlODBC's move away from the main PostgreSQL source tree, Peter Eisentraut was kind enough +provide a build environment for us which is now included in psqlODBC tarballs.

+ +

Installation

+ +

To install, just try something like:

-
-% tar -zxvf psqlodbc-7.2.3.tar.gz
-% cd postgresql-7.2.3
-% ./configure
-% make
+
+% tar -zxvf psqlodbc-08.01.0100.tar.gz
+% cd psqlodbc-08.01.0100
+% ./configure
+% make
 % make install
 
-
- -

The configure script will accept the following useful options:

- -