Skip to content

Commit b22e709

Browse files
committed
README: Fix up packages and dependencies
1 parent 74ca5b0 commit b22e709

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,28 @@ Donation links for kozec, who is the original developer, can be found on the [ol
2727

2828
## Packages
2929

30-
- **Arch Linux (and derivatives):** Found in [AUR/sc-controller](https://aur.archlinux.org/packages/sc-controller/) and [AUR/sc-controller-git](https://aur.archlinux.org/packages/sc-controller-git/)
31-
- **Ubuntu (and Debian and derivatives):** Packaged as AppImage in [GitHub releases](https://github.com/C0rn3j/sc-controller/releases), ***which may also run fine on other operating systems***
32-
- **Gentoo:** Packaged as [game-util/sc-controller](https://packages.gentoo.org/packages/games-util/sc-controller)
33-
- **Void Linux:** Packaged as [sc-controller](https://github.com/void-linux/void-packages/blob/master/srcpkgs/sc-controller/template) - Run `xbps-install -S sc-controller` in a terminal, points to archived Ryochan7's fork at the time of writing
30+
- **Arch Linux:** Found in [AUR/sc-controller](https://aur.archlinux.org/packages/sc-controller/) and [AUR/sc-controller-git](https://aur.archlinux.org/packages/sc-controller-git/)
31+
- **Ubuntu (22.04-jammy, 24.04-noble):** Packaged as AppImage in [GitHub releases](https://github.com/C0rn3j/sc-controller/releases), ***which may also run fine on other operating systems***
32+
- **Gentoo:** Packaged as [game-util/sc-controller](https://packages.gentoo.org/packages/games-util/sc-controller)
33+
- **Void Linux:** Packaged as [sc-controller](https://github.com/void-linux/void-packages/blob/master/srcpkgs/sc-controller/template) - Run `xbps-install -S sc-controller` in a terminal, points to archived Ryochan7's fork at the time of writing
34+
- **Others:** You can attempt to use the latest Ubuntu AppImage, or a package meant for your parent distribution if applicable
3435

3536

3637
## Building the package by yourself
3738

3839
### Dependencies
39-
- python 3, GTK 3.22 or newer and [PyGObject](https://live.gnome.org/PyGObject)
40-
- [python-gi-cairo](https://packages.debian.org/sid/python-gi-cairo) and [gir1.2-rsvg-2.0](https://packages.debian.org/sid/gir1.2-rsvg-2.0) on debian based distros (included in PyGObject elsewhere)
40+
- Python 3
41+
- GTK 3.22+
42+
- [PyGObject](https://live.gnome.org/PyGObject)
43+
- [python-gi-cairo](https://packages.debian.org/sid/python-gi-cairo) and [gir1.2-rsvg-2.0](https://packages.debian.org/sid/gir1.2-rsvg-2.0) on Debian-based distributions (included in PyGObject elsewhere)
4144
- [setuptools](https://pypi.python.org/pypi/setuptools)
42-
- [python-pylibacl](http://pylibacl.k1024.org/) is recommended
4345
- [python-evdev](https://python-evdev.readthedocs.io/en/latest/) is strongly recommended
46+
- [python-pylibacl](http://pylibacl.k1024.org/) is recommended
4447
- [python-vdf](https://pypi.org/project/vdf/)
4548
- [gtk-layer-shell](https://github.com/wmww/gtk-layer-shell) (Wayland only)
4649

4750
### Installing
48-
- Download and extract [latest release](https://github.com/C0rn3j/sc-controller/releases/latest)
51+
- Download and extract [latest release](https://github.com/C0rn3j/sc-controller/releases/latest)
4952
- `python3 setup.py build`
5053
- `python3 setup.py install`
5154

0 commit comments

Comments
 (0)