From f79d28347bc5be37cb6fb3c560acc3e3f104150f Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 2 Apr 2023 11:21:57 -0700 Subject: [PATCH] Updated installation notes [skip ci] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f2570e..1bbeaeb 100644 --- a/README.md +++ b/README.md @@ -353,10 +353,12 @@ export PG_CONFIG=/Applications/Postgres.app/Contents/Versions/latest/bin/pg_conf Then re-run the installation instructions (run `make clean` before `make` if needed) -### Ubuntu and Debian +### Missing Header If compilation fails with `fatal error: postgres.h: No such file or directory`, make sure Postgres development files are installed on the server. +For Ubuntu and Debian, use: + ```sh sudo apt-get install postgresql-server-dev-15 ```