aboutsummaryrefslogtreecommitdiff
path: root/sandbox/pgsql/build
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/pgsql/build')
-rw-r--r--sandbox/pgsql/build3
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