summaryrefslogtreecommitdiff
path: root/libpq/INSTALL
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-11-30 22:37:25 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-12-06 15:11:04 +0300
commitf1f39911e0d2d88c98eae96a3eb14a53c664206f (patch)
tree4cf4e3a84d895f59323d3b6ab4bfab38b3cab489 /libpq/INSTALL
parentfc9499b8a7b7a3e350bfabf2cd6ae0bc13f04bea (diff)
Upgrade to 12.1
Diffstat (limited to 'libpq/INSTALL')
-rw-r--r--libpq/INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/libpq/INSTALL b/libpq/INSTALL
new file mode 100644
index 0000000..61ec557
--- /dev/null
+++ b/libpq/INSTALL
@@ -0,0 +1,7 @@
+The aim of this package is to make reading the INSTALL file unnecessary. So
+next time try running:
+
+$ bpkg build libpq
+
+But if you don't want to use the package manager, then you can also build this
+package manually using the standard build2 build system.