Skip to content

Commit

Permalink
Merge pull request #285 from Jaredy899/void-pkgs
Browse files Browse the repository at this point in the history
add void depends
  • Loading branch information
mitchellh authored Jan 24, 2025
2 parents b510b7e + 7e929ad commit 2efe25d
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions docs/install/build.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ Required dependencies:
* `libadwaita` (unless using `-Dgtk-adwaita=false`)
* `pkg-config`

<Warning>
GTK 4.14 on Wayland has a bug which may cause an immediate crash.
There is an
[open issue](https://gitlab.gnome.org/GNOME/gtk/-/issues/6589)
to track this GTK bug. You can workaround this issue by running ghostty with
`GDK_DEBUG=gl-disable-gles ghostty`.
</Warning>

### Alpine

```sh
Expand Down Expand Up @@ -153,13 +161,11 @@ sudo zypper install gtk4-devel libadwaita-devel pkgconf ncurses-devel
sudo eopkg install libgtk-4-devel libadwaita-devel pkgconf zig
```

<Warning>
GTK 4.14 on Wayland has a bug which may cause an immediate crash.
There is an
[open issue](https://gitlab.gnome.org/GNOME/gtk/-/issues/6589)
to track this GTK bug. You can workaround this issue by running ghostty with
`GDK_DEBUG=gl-disable-gles ghostty`.
</Warning>
#### Void

```sh
sudo xbps-install gtk4-devel libadwaita-devel pkg-config zig
```

#### Broken Dependencies

Expand Down

0 comments on commit 2efe25d

Please sign in to comment.