Skip to content

Commit

Permalink
docs: add missing build deps,
Browse files Browse the repository at this point in the history
add for debian based distros
  • Loading branch information
flxzt committed Feb 15, 2024
1 parent 274668f commit 5d0fc5b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,17 @@ If a native build on the host is wanted, meson can be called directly.
Install all needed dependencies and build tools, e.g. for Fedora:

```bash
sudo dnf install gcc gcc-c++ clang clang-devel python3 make cmake meson git kernel-devel gtk4-devel libadwaita-devel \
poppler-glib-devel poppler-data alsa-lib-devel
sudo dnf install gcc gcc-c++ clang clang-devel python3 make cmake meson git appstream-util gettext kernel-devel \
gtk4-devel libadwaita-devel poppler-glib-devel poppler-data alsa-lib-devel
```

For debian based distros:

```bash
sudo apt install build-essential clang libclang-dev python3 make cmake meson git appstream-util gettext libgtk-4-dev \
libadwaita-1-dev libpoppler-glib-dev libasound2-dev
``

Also make sure `rustc` and `cargo` are installed ( see [https://www.rust-lang.org/](https://www.rust-lang.org/) ).
Then run:

Expand Down

0 comments on commit 5d0fc5b

Please sign in to comment.