Thank you for downloading KPoGre !

KPoGre comes with abolutely no warranty and is still in BETA-stadium.
KPoGre is Open Source Software and developed under the GPL (see COPYING for details).

====================================================================

I have following lines in my .profile for SuSE 9.x/10.x:
export KDEDIR=/opt/kde3
export KDEDIRS=/opt/kde3
export QTDIR=/usr/lib/qt3

=====================================================================

KPoGre depends on libpqxx-2.6.8 (or newer) library. Obtain it from:
http://thaiopensource.org/development/libpqxx

=====================================================================

BUILD FROM tar.gz
=================
  
./configure --with-extra-includes="/usr/include/pqxx -I /usr/include/pgsql" --with-extra-lib=/usr/lib 
make
make install

* specify paths for libpqxx library and your Postgres-headers
=======================================================================

BUILD FROM CVS
==============

gmake -f Makefile.dist
./configure  --with-extra-includes="/usr/include/pqxx -I /usr/include/pgsql" --with-extra-lib=/usr/lib
make dist
make
make install

* specify paths for libpqxx library and your Postgres-headers

=======================================================================

BUILD ON 64 BIT PLATFORM
========================
Add ./configure option: --enable-libsuffix=64
Use --with-extra-lib=/usr/lib64

Lumir Vanek
lvanek@users.sourceforge.net
http://www.valachnet.cz/lvanek
