From fddd4881dda7fe7a429a05c86bf4b2ccbdd32d89 Mon Sep 17 00:00:00 2001 From: Xavier Date: Thu, 16 Oct 2014 14:53:59 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a634ea..353c3db 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This code is built with the following assumptions. You may get mixed results if To build you will need to install PostgreSQL (for pg_config) and PostgreSQL server development packages. On Debian based distributions you can usually do something like this: - apt-get install -y postgresql postgresql-server-dev-9.2 + apt-get install -y postgresql postgresql-server-dev-9.4 You will also need to make sure that protobuf-c and it's header files have been installed. See their Github page for further details.