summaryrefslogtreecommitdiff
path: root/docs/unix-compilation.html
diff options
context:
space:
mode:
authorHiroshi Saito2007-09-12 05:40:39 +0000
committerHiroshi Saito2007-09-12 05:40:39 +0000
commit42c7eba37801f635b6cfcb3f57e83404dbbca0b1 (patch)
treedb6ad029750342e5071a94c36f89ce8743477162 /docs/unix-compilation.html
parent964cb486ac454e9959dcb2c7a82d7e7cea949c16 (diff)
Prep Ver 08.02.0500
and Fixed build of without OpenSSL.
Diffstat (limited to 'docs/unix-compilation.html')
-rw-r--r--docs/unix-compilation.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/unix-compilation.html b/docs/unix-compilation.html
index 34477c1..a7a3fa5 100644
--- a/docs/unix-compilation.html
+++ b/docs/unix-compilation.html
@@ -34,6 +34,7 @@ provide a build environment for us which is now included in psqlODBC tarballs.</
<li>--with-odbcver=VERSION change default ODBC version number [0x0351]</li>
<li>--enable-pthreads (thread-safe driver on some platforms)</li>
<li>--disable-unicode (build non-Unicode driver)</li>
+<li>--disable-openssl (build non-OpenSSL driver)</li>
<li>--help</li>
</ul>
@@ -42,10 +43,10 @@ provide a build environment for us which is now included in psqlODBC tarballs.</
<h3>Prerequisites</h3>
<ul>
-<li>Autoconf 2.52 or higher</li>
-<li>Automake 1.6.* (Lower versions are rejected, version 1.7 untested.)</li>
-<li>Libtool 1.4.2a (CVS from stable branch, maybe 1.4.2 works as well)</li>
-<li>PostgreSQL source tree (7.3 branch)</li>
+<li>Autoconf 2.59 or higher</li>
+<li>Automake 1.9.2 (Lower versions are rejected, version 1.7 untested.)</li>
+<li>Libtool 1.5.10 or higher</li>
+<li>PostgreSQL source tree (8.2 branch)</li>
</ul>
<h3>Bootstrapping</h3>