Skip to content

Commit

Permalink
README: add required Debian packages to build
Browse files Browse the repository at this point in the history
  • Loading branch information
melentan authored and fufexan committed Jul 1, 2024
1 parent 67e0f34 commit b097438
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ Launch it. Click. That's it.

## Manual

Install build dependencies (Debian):

```sh
apt install --no-install-recommends -y cmake g++ make pkg-config libpango1.0-dev libjpeg-dev libwayland-dev wayland-protocols libxkbcommon-dev libgles2-mesa-dev
```

Building is done via CMake:

```sh
Expand Down

0 comments on commit b097438

Please sign in to comment.