aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-27 19:43:53 +0100
committerMax Kellermann <max@duempel.org>2008-11-27 19:43:53 +0100
commit011855d22bbf9bc8e1589fd16e386fb181724ad3 (patch)
tree73138dcd98235b490937ddc450f1ce13a842f3e6 /INSTALL
parentced4abcd642e3bae76e0feed07edfab163956c48 (diff)
INSTALL: documented pkg-config usage
Mention the workaround for users without pkg-config.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 12 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 63f879ce..b1a24fd0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -91,6 +91,18 @@ libcurl - http://curl.haxx.se/
For playing HTTP streams.
+pkg-config
+----------
+
+MPD uses pkg-config to locate most external libraries. If you do not
+have pkg-config, or if your version of the library does not ship the
+".pc" file, you have to provide the library's build options in
+environment variables. These variables are documented in "./configure
+--help". Example:
+
+ FLAC_CFLAGS=-I/usr/include/FLAC FLAC_LIBS=-lFLAC ./configure
+
+
Download
--------