1                                 INSTALL - WMmp
2                         Window Maker Dockapp for MPD
3			    http://musicpd.sf.net
4
5requirements:
6-------------
7MPD >= 0.8.1
8
9compile:
10--------
111) cmake -G "Unix Makefiles"
122) make
13
14install:
15--------
16make install
17
18run:
19----
20
211) Set environment variables MPD_HOST and MPD_PORT (this is probably good to
22put in the rc file for your shell).
23
24example:
25$ export MPD_HOST=localhost
26$ export MPD_PORT=6600
27
28If you use a password to access MPD, then do:
29$ export MPD_HOST=password@localhost
30
312) run WMmp
32
33example:
34$ WMmp
35