From df0af25cdb4e77bb0d8fbbf820bf9e4b34c53766 Mon Sep 17 00:00:00 2001 From: Nick Jones Date: Fri, 12 Apr 2024 09:47:19 +0100 Subject: [PATCH] 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). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9c2da43d..706feff50 100644 --- a/README.md +++ b/README.md @@ -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