mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 09:16:11 +03:00
Merge pull request #2207 from mohshami/fedora_install_doc
Add package names for Fedora variants
This commit is contained in:
12
README.md
12
README.md
@ -591,6 +591,18 @@ On Arch Linux, use
|
|||||||
sudo pacman -S gtk4 libadwaita
|
sudo pacman -S gtk4 libadwaita
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On Fedora variants, use
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo dnf install gtk4-devel zig libadwaita-devel
|
||||||
|
```
|
||||||
|
|
||||||
|
On Fedora Atomic variants, use
|
||||||
|
|
||||||
|
```
|
||||||
|
rpm-ostree install gtk4-devel zig libadwaita-devel
|
||||||
|
```
|
||||||
|
|
||||||
If you're planning to use a build from source as your daily driver,
|
If you're planning to use a build from source as your daily driver,
|
||||||
I recommend using the `-p` (prefix) flag for `zig build` to install
|
I recommend using the `-p` (prefix) flag for `zig build` to install
|
||||||
Ghostty into `~/.local`. This will setup the proper FHS directory structure
|
Ghostty into `~/.local`. This will setup the proper FHS directory structure
|
||||||
|
Reference in New Issue
Block a user