Update README.md

This commit is contained in:
Martin Wagner 2020-08-03 09:54:31 +02:00 committed by GitHub
parent 3dad553725
commit 98c6f35e66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,9 +18,33 @@ Features
- MPRIS interface (based on mpDris2) - MPRIS interface (based on mpDris2)
See: https://github.com/SoongNoonien/mpdevil/wiki/Usage See: https://github.com/SoongNoonien/mpdevil/wiki/Usage
Package Installation
--------------------
Building and installation See:
------------------------- https://github.com/SoongNoonien/mpdevil/releases/latest
Ubuntu, Debian, Mint:
- Download the .deb file
- Open a console
- Navigate into download dir
- Run: `sudo apt install ./mpdevil_VERSION-1_amd64.deb`
Arch, Manjaro:
- Download the PKGBUILD
- Open a console
- Navigate into download dir
- Run: `makepkg -sirc`
Gentoo (see: https://wiki.gentoo.org/wiki/Custom_repository):
- Download the .ebuild
- Place it into your local tree
- Generate manifest file
- Run: `emerge mpdevil`
Building
--------
Dependencies: Dependencies:
- Gtk3 - Gtk3
@ -33,7 +57,7 @@ Python modules:
- bs4 (beautifulsoup) - bs4 (beautifulsoup)
- dbus - dbus
To build from source, use: To build and install from source, use:
./autogen.sh ./autogen.sh
make make