Update README.md

pull/1/head
Xavier 2014-10-16 14:53:59 -07:00
parent 08803b8c92
commit fddd4881dd
1 changed files with 1 additions and 1 deletions

View File

@ -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 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: 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 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. page for further details.