From 84c671e0992789cbfd9de1152818b7167eb01ee6 Mon Sep 17 00:00:00 2001 From: Witold Baryluk Date: Fri, 17 Nov 2023 23:40:21 +0000 Subject: [PATCH] trivial: Update README.md with new dependencies (#127) libfreetype6-dev is a deprecated (long time ago) transitional package. Use proper one instead. Add appstream compose header files. Add yarnpkg, as otherwise default build instructions will not work. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a913673..2ea5032 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,11 @@ Take a look at the [docs/](docs/index.md) directory in the source tree for infor On Debian and derivatives of it, all build requirements can be installed using the following command: ```ShellSession -sudo apt install meson ldc gir-to-d libappstream-dev libsoup2.4-dev libarchive-dev \ - libgdk-pixbuf2.0-dev librsvg2-dev libcairo2-dev libfreetype6-dev libfontconfig1-dev \ - libpango1.0-dev liblmdb-dev libglibd-2.0-dev +sudo apt install meson ldc gir-to-d \ + libappstream-dev libappstream-compose-dev libsoup2.4-dev libarchive-dev \ + libgdk-pixbuf2.0-dev librsvg2-dev libcairo2-dev libfreetype-dev libfontconfig1-dev \ + libpango1.0-dev liblmdb-dev libglibd-2.0-dev \ + yarnpkg ``` ### Build instructions