File README.md copied from file README (similarity 85%) (mode: 100644) (index b05ed59..1874674) |
... |
... |
layouts, and key bindings. [PMS](https://github.com/ambientsound/pms) aims to |
7 |
7 |
be accessible and highly configurable. |
be accessible and highly configurable. |
8 |
8 |
|
|
9 |
9 |
### Compiling |
### Compiling |
10 |
|
$ cmake . && make |
|
|
10 |
|
If you are building from Git, you need GNU autoconf and automake. |
|
11 |
|
|
|
12 |
|
$ autoreconf --install |
|
13 |
|
$ ./configure |
|
14 |
|
$ make |
11 |
15 |
|
|
12 |
16 |
### Dependencies |
### Dependencies |
13 |
17 |
You need to have [MPD](http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki) |
You need to have [MPD](http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki) |
14 |
18 |
installed and working before using [PMS](https://github.com/ambientsound/pms), |
installed and working before using [PMS](https://github.com/ambientsound/pms), |
15 |
|
but not neccessarily on the same machine. |
|
16 |
|
|
|
17 |
|
This client requires |
|
|
19 |
|
but not neccessarily on the same machine. This client requires |
18 |
20 |
[MPD](http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki) >= 0.15.0. |
[MPD](http://mpd.wikia.com/wiki/Music_Player_Daemon_Wiki) >= 0.15.0. |
19 |
21 |
|
|
20 |
|
[PMS](https://github.com/ambientsound/pms) depends on ncurses >= 5.0 to build. |
|
|
22 |
|
[PMS](https://github.com/ambientsound/pms) depends on the wide version of |
|
23 |
|
ncurses. On Debian systems this package is called libncurses5w-dev. |
21 |
24 |
|
|
22 |
25 |
### Configuration |
### Configuration |
23 |
26 |
Your configuration file is ~/.config/pms/pms.conf. A system-wide config |
Your configuration file is ~/.config/pms/pms.conf. A system-wide config |