Difference between revisions of "Libpqxx"

From CBLFS
Jump to navigationJump to search
(Created page in 'general libraries' section, but the best is perhaps in 'Programming' section !!)
(No difference)

Revision as of 03:16, 27 December 2006

Download Source: http://thaiopensource.org/download/software/libpqxx/libpqxx-2.6.9.tar.gz

Introduction to libpqxx

libpqxx is the official C++ client API for PostgreSQL. You can used it if you are writing software in C++ that needs to access databases managed by postgres.

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr --enable-shared &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

To do ...

Install the package:

To do ...

N32

Compile the package:

To do ...

Install the package:

To do ...

64Bit

Compile the package:

To do ...

Install the package:

To do ...

Contents

Installed Programs: pqxx-config
Installed Libraries: libpqxx.{a,la,so}
Installed Directories: /usr/include/pqxx