X-Git-Url: http://git.kaliko.me/?p=mpd-goodies.git;a=blobdiff_plain;f=INSTALL;fp=INSTALL;h=824da578aff4d6aaf3f29f28a7d264d76325b6a2;hp=0000000000000000000000000000000000000000;hb=8c680f357953b22043895a3b49f9e58981504669;hpb=6729b0a3c9607c8ee6a8dd352ec601ad22cacaf2 diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..824da57 --- /dev/null +++ b/INSTALL @@ -0,0 +1,14 @@ +Default installation in /usr/{bin,share/,share/man}. + +Makefile supports both DESTDIR and PREFIX GNU standards. + +Just call install target to have mpd-goodies installed within /usr + + make install + +If you need to install it somewhere else use PREFIX variable. +For instance installing in /usr/local directory: + + make PREFIX=/usr install + +Run uninstall target to remove.