diff options
Diffstat (limited to 'sandbox/pgsql/build')
-rw-r--r-- | sandbox/pgsql/build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sandbox/pgsql/build b/sandbox/pgsql/build new file mode 100644 index 0000000..f5e320e --- /dev/null +++ b/sandbox/pgsql/build @@ -0,0 +1,3 @@ +gcc -c -I/usr/include/postgresql pgsql.c -L/usr/include/pgsql -lpq -o pgsql +pg_config --libdir +pg_config --includedir |