Libpqxx

From CBLFS
Revision as of 03:16, 27 December 2006 by Chipster19 (talk | contribs) (Created page in 'general libraries' section, but the best is perhaps in 'Programming' section !!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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