From b858884fdfd73ced5600b53f64aed1cf934985bb Mon Sep 17 00:00:00 2001 From: Kevin Kiningham Date: Wed, 2 Dec 2015 23:12:51 -0800 Subject: [PATCH] Update INSTALL.md Added OSX instructions to install libpq-devel using brew --- INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/INSTALL.md b/INSTALL.md index ea43694e25..d30bfdf41d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -43,6 +43,7 @@ When building on OSX, here's some dependencies you'll need: - brew install libtool - brew install automake - brew install pkg-config +- brew install libpqxx ### Windows See [INSTALL-Windows.txt](INSTALL-Windows.txt)