mpdart/README

42 lines
718 B
Plaintext
Raw Normal View History

2021-01-27 14:55:01 +01:00
mpdart
======
A simple mpd client which only displays the cover art for the current song.
depends
-------
libX11
libmpdclient
libim2
pkg-config (optional build time dependency)
2021-01-27 14:55:01 +01:00
building
--------
./configure.sh
make
make install # supports PREFIX and DESTDIR
2021-01-28 15:26:56 +01:00
contributing
------------
pull requests
~~~~~~~~~~~~~
If you like github you can contribute by sending in a pull request at
https://github.com/depsterr/mpdart
patches
~~~~~~~
If you don't like github you can contribute by emailing me at
depsterr at protonmail dot com with the output of
git format-patch
after you've commited your changes to your local tree.
credits
-------
Big thanks to my friend wooosh for helping me debug and develop this :)