Skip to content

Commit

Permalink
docs: add fedora build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
davidborzek committed Dec 31, 2023
1 parent 8ca16e1 commit f8da5d0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,18 @@

- [`python`](https://archlinux.org/packages/core/x86_64/python/)
- [`meson`](https://archlinux.org/packages/extra/any/meson/)
- [`gtk3`](https://archlinux.org/packages/extra/x86_64/gtk3/)
- [`python-gobject`](https://archlinux.org/packages/extra/x86_64/python-gobject/)
- [`python-libsass`](https://aur.archlinux.org/packages/python-libsass)<sup>AUR</sup>

=== ":simple-fedora: Fedora"

- [`python3`](https://packages.fedoraproject.org/pkgs/python3.10/python3/)
- [`meson`](https://packages.fedoraproject.org/pkgs/meson/meson/)
- [`python3-gobject`](https://packages.fedoraproject.org/pkgs/pygobject3/python3-gobject/)
- [`gtk3`](https://packages.fedoraproject.org/pkgs/gtk3/gtk3/)
- [`python3-libsass`](https://packages.fedoraproject.org/pkgs/python-libsass/python3-libsass/)

```shell
$ git clone https://github.com/davidborzek/sora.git
$ cd sora
Expand Down

0 comments on commit f8da5d0

Please sign in to comment.