1mpdscribble INSTALL
2===================
3
4Requirements
5------------
6
7  * a C99 compliant compiler (e.g. gcc)
8  * libmpdclient 2.2
9  * glib 2.6
10  * libsoup (2.2 or 2.4) or libcurl
11
12
13Compiling mpdscribble
14---------------------
15
16Download and unpack the source code.  In the mpdscribble directory, type:
17
18 ./configure --sysconfdir=/etc --enable-debug
19
20The configure option "--help" lists all available compile time
21options.
22
23Compile and install:
24
25 make
26 sudo make install
27
28Now edit the file /etc/mpdscribble.conf, and enter your last.fm
29account information.
30