Skip to content

Commit

Permalink
Add wayland-protocols to required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gpanders committed Jan 7, 2025
1 parent 8b90a86 commit 5d669de
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/install/build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,20 @@ because Ghostty will build everything else statically by default.
Required dependencies:

* `gtk4`
* `libadwaita`
* `libadwaita` (unless using `-Dgtk-adwaita=false`)
* `pkg-config`
* `wayland-protocols` (unless using `-Dgtk-wayland=false`)

#### Arch Linux

```sh
sudo pacman -S gtk4 libadwaita
sudo pacman -S gtk4 libadwaita wayland-protocols
```

#### Debian and Ubuntu

```sh
sudo apt install libgtk-4-dev libadwaita-1-dev git
sudo apt install libgtk-4-dev libadwaita-1-dev git wayland-protocols
```

On Debian unstable/testing, the `gcc-multilib` package is also required
Expand Down

0 comments on commit 5d669de

Please sign in to comment.