]> kaliko git repositories - mpd-goodies.git/blobdiff - INSTALL
* reorganized source folders
[mpd-goodies.git] / INSTALL
diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
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.