From d57bbfd3f96aae54dbdc4de357fe8b1182e44978 Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Fri, 9 Oct 2020 10:27:47 +0200 Subject: [PATCH] Add uuid-dev to Ubuntu deps in CONTRIBUTING (#4218) This is needed to compile postgres with --with-uuid=e2fs. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dcbf7d802..fa16cccae 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ why we ask this as well as instructions for how to proceed, see the sudo apt-get install -y postgresql-server-dev-11 postgresql-11 \ libreadline-dev libselinux1-dev libxslt-dev \ libpam0g-dev git flex make libssl-dev \ - libicu-dev \ + libicu-dev uuid-dev \ libkrb5-dev libcurl4-gnutls-dev autoconf ```