1.13. Building Libpq Programs

To build your libpq programs for MzScheme, put the following line in them:

 
(require (lib "libpq-fe.scm" "libpq"))
(assuming you installed the collection as described below).

To build (i.e., compile and link) your libpq collection you need to do all of the following things: