Skip to content

Commit

Permalink
docs: mention dependencies required for tarball (resolves #98)
Browse files Browse the repository at this point in the history
  • Loading branch information
yktoo committed Dec 24, 2020
1 parent 7857267 commit 8540015
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ If you don't want or can't install from the PPA, you can download and install th

In order to install the application from the source tarball:

1. Download the tarball (`indicator-sound-switcher-*.tar.gz`)
2. Decompress the archive: `tar xf indicator-sound-switcher-*.tar.gz`
3. `cd` to the `indicator-sound-switcher-*` dir
4. Run `sudo python3 setup.py install`
1. Make sure the required dependencies are installed (you can replace `gir1.2-ayatanaappindicator3-0.1` with `gir1.2-appindicator3-0.1` if the former isn't available in your distro):
```bash
sudo apt install python3-gi gir1.2-gtk-3.0 gir1.2-ayatanaappindicator3-0.1 gir1.2-keybinder-3.0
```
2. Download the tarball (`indicator-sound-switcher-*.tar.gz`)
3. Decompress the archive: `tar xf indicator-sound-switcher-*.tar.gz`
4. `cd` to the `indicator-sound-switcher-*` dir
5. Run `sudo python3 setup.py install`

0 comments on commit 8540015

Please # to comment.