From 011855d22bbf9bc8e1589fd16e386fb181724ad3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 27 Nov 2008 19:43:53 +0100 Subject: INSTALL: documented pkg-config usage Mention the workaround for users without pkg-config. --- INSTALL | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'INSTALL') 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 -------- -- cgit v1.2.3