Mention Debian in compilation notes

A minor addition, but saves future folks wondering if they need to
figure out different packages on Debian in order to get Ghostty to
compile (they don't).
pull/1674/head
Nick Jones 2024-04-12 09:47:19 +01:00
parent 260f617f92
commit df0af25cdb
No known key found for this signature in database
GPG Key ID: F6D24C8669938334
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ the configuration file.
On Linux, you'll need to install header packages for Ghostty's dependencies
before building it. Typically, these are only gtk4 and libadwaita (unless
building with `-Dstatic=false`). On Ubuntu, use
building with `-Dstatic=false`). On Ubuntu and Debian, use
```
$ sudo apt install libgtk-4-dev libadwaita-1-dev git