From 97a571091ee71426fb2d516d7c31646ca2a671b9 Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 21 Sep 2023 10:27:58 +0200 Subject: [PATCH] README: update for libicu dependency (#5343) ## Problem In 83e7e5dbbdab4026bf7ec6c33ec27a5c07ef98b8 dependencies were only updated for Mac users. Without libicu, postgres 16 build fails. ## Summary of changes Update dependencies on Ubuntu and fedora to include libicu. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d8c3f5c99..75fad605c5 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,13 @@ See developer documentation in [SUMMARY.md](/docs/SUMMARY.md) for more informati ```bash apt install build-essential libtool libreadline-dev zlib1g-dev flex bison libseccomp-dev \ libssl-dev clang pkg-config libpq-dev cmake postgresql-client protobuf-compiler \ -libcurl4-openssl-dev openssl python-poetry lsof +libcurl4-openssl-dev openssl python-poetry lsof libicu-dev ``` * On Fedora, these packages are needed: ```bash dnf install flex bison readline-devel zlib-devel openssl-devel \ libseccomp-devel perl clang cmake postgresql postgresql-contrib protobuf-compiler \ - protobuf-devel libcurl-devel openssl poetry lsof + protobuf-devel libcurl-devel openssl poetry lsof libicu-devel ``` * On Arch based systems, these packages are needed: ```bash