mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
Update README.md
This commit is contained in:
parent
3dad553725
commit
98c6f35e66
30
README.md
30
README.md
@ -19,8 +19,32 @@ Features
|
|||||||
|
|
||||||
See: https://github.com/SoongNoonien/mpdevil/wiki/Usage
|
See: https://github.com/SoongNoonien/mpdevil/wiki/Usage
|
||||||
|
|
||||||
Building and installation
|
Package 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
|
||||||
|
Loading…
Reference in New Issue
Block a user