1
*nix
2
----
3
1. Change PREFIX in qmpdclient.pro if /usr/local is not desirable
4
2. qmake
5
3. make (gmake on some platforms)
6
4. su -c "make install"
7
8
Eventual extra datafiles go into the following locations:
9
/usr/local/share/QMPDClient/[styles|iconsets|translations]	(Substitute /usr/local for appropriate prefix)
10
or $HOME/.local/share/QMPDClient/[styles|iconsets|translations]
11
12
13
Win32
14
-----
15
Use installer, or:
16
qmake
17
make
18
Copy release\qmpdclient.exe to an appropriate location (INSTDIR).
19
20
Eventual extra datafiles go into the following locations:
21
C:\Program Files\QMPDClient\[styles|iconsets|translations]  (Substitute C:\Prog.. for install dir)
22
or C:\Documents and Settings\Username\Application Data\QMPDClient\[styles|iconsets|translations]