From 4b586231af5aa8c1f4221704ef452782715022ef Mon Sep 17 00:00:00 2001 From: Max Coplan Date: Tue, 28 Jul 2026 13:04:19 -0700 Subject: [PATCH] docs: clarify macOS dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit reword: The doc said "macOS doesn't need any dependencies" and then immediately listed things you needed to install for macOS 😁. This is just rewording the doc to be more consistent. --- HACKING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HACKING.md b/HACKING.md index 7ba584881..042687be6 100644 --- a/HACKING.md +++ b/HACKING.md @@ -40,14 +40,14 @@ here: ## Extra Dependencies +### Linux + Building Ghostty from a Git checkout on Linux requires some additional dependencies: - `blueprint-compiler` (version 0.16.0 or newer) -macOS users don't require any additional dependencies. - -## Xcode Version and SDKs +### macOS Building the Ghostty macOS app requires that Xcode, the macOS SDK, the iOS SDK, and Metal Toolchain are all installed.