README: add required Debian packages to build

This commit is contained in:
Corentin Guillevic 2024-07-01 14:18:59 +02:00 committed by Mihai Fufezan
parent 67e0f34e27
commit b0974381f9
1 changed files with 6 additions and 0 deletions

View File

@ -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