mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
remove -Dstatic
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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.
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user