From b14f0f95a9691a9ce51a85f613c026b37c449509 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 24 Oct 2024 15:16:36 -0700 Subject: [PATCH] remove -Dstatic --- .github/workflows/test.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c0a305d3..409d6b075 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -166,7 +166,7 @@ jobs: # GhosttyKit is the framework that is built from Zig for our native # Mac app to access. - name: Build GhosttyKit - run: nix develop -c zig build -Dstatic=true + run: nix develop -c zig build # The native app is built with native XCode tooling. This also does # codesigning. IMPORTANT: this must NOT run in a Nix environment. diff --git a/README.md b/README.md index c8241684e..3b1077795 100644 --- a/README.md +++ b/README.md @@ -566,8 +566,8 @@ the configuration file. ### Linux Installation Tips 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 and Debian, use +before building it. Typically, these are only gtk4 and libadwaita, since +Ghostty will build everything else static by default. On Ubuntu and Debian, use ``` sudo apt install libgtk-4-dev libadwaita-1-dev git