Skip to content

Commit

Permalink
trivial: Update README.md with new dependencies (#127)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
baryluk authored Nov 17, 2023
1 parent 6a18788 commit 84c671e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84c671e

Please sign in to comment.