]> kaliko git repositories - mpd-goodies.git/blob - INSTALL
* reorganized source folders
[mpd-goodies.git] / INSTALL
1 Default installation in /usr/{bin,share/,share/man}.
2
3 Makefile supports both DESTDIR and PREFIX GNU standards.
4
5 Just call install target to have mpd-goodies installed within /usr
6
7         make install
8
9 If you need to install it somewhere else use PREFIX variable.
10 For instance installing in /usr/local directory:
11
12         make PREFIX=/usr install
13
14 Run uninstall target to remove.