mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
15 lines
218 B
Plaintext
15 lines
218 B
Plaintext
|
README for mpdevil
|
||
|
==================
|
||
|
|
||
|
A small MPD client written in python
|
||
|
|
||
|
Building and installation
|
||
|
-------------------------
|
||
|
|
||
|
To build from the latest source, use::
|
||
|
|
||
|
./autogen.sh
|
||
|
make
|
||
|
make install
|
||
|
|