From e06732917c5a2b210ad0c69cc873f5f9bd990b07 Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 20 Sep 2023 17:20:19 +0200 Subject: [PATCH] README: update for libicu dependency --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d8c3f5c996c..75fad605c59b 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