From b560bd810728b7866f318241c85de3328a4a079e Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 3 Oct 2002 07:44:42 +0000 Subject: [PATCH] Added unix build instructions. --- README.unix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.unix diff --git a/README.unix b/README.unix new file mode 100644 index 0000000..e4d0272 --- /dev/null +++ b/README.unix @@ -0,0 +1,10 @@ +psqlODBC README for *nix Systems +================================ + +Since psqlODBC has be moved from the main PostgreSQL source tree, we have yet +to create a new build system for the driver. Currently, in order to build under +*nix systems, it is recommended that you copy the files in this directory to +src/interfaces/odbc in your PostgreSQL source tree, then re-run configure with +the required options from the top of the tree. The driver can then be built +using make as per normal. + -- 2.39.5