Changed the gnucomo_database class to the new PostgreSQL
authorarjen <arjen>
Sun, 17 Aug 2003 11:40:52 +0000 (11:40 +0000)
committerarjen <arjen>
Sun, 17 Aug 2003 11:40:52 +0000 (11:40 +0000)
library, libpqxx. Added libpqxx to the list of required software.

TUTORIAL

index a31d1c6..5eb651e 100644 (file)
--- a/TUTORIAL
+++ b/TUTORIAL
@@ -1,4 +1,4 @@
-$Id: TUTORIAL,v 1.2 2003-02-05 11:01:17 arjen Exp $
+$Id: TUTORIAL,v 1.3 2003-08-17 11:40:52 arjen Exp $
 
        Tutorial for GnuCoMo
 
@@ -81,6 +81,17 @@ PostgreSQL
        PostgreSQL 7.2 client versions for now; at least until we've
        solved the problems with the libpq++ libraries and PostgreSQL 7.3.
 
+libpqxx
+        The C++ client interface for the PostgreSQL database server
+        is a separate project, not distributed with PostgreSQL.
+        This library replaces the old libpq++ library.
+        The place to find libpqxx is
+        http://gborg.postgresql.org/project/libpqxx/projdisplay.php
+        Make sure you install libpqxx in a default library path or
+        set your LB_LIBRARY_PATH environment variable to include
+        the directory in which libpqxx is installed. The default
+        for libpqxx is /usr/local/libpqxx/lib.
+
 PHP
        PHP is used as programming language for gcm_deamon. If you
        have packages you would want to install at least the php and