diff options
author | Max Kellermann <max@duempel.org> | 2008-11-27 19:43:53 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-27 19:43:53 +0100 |
commit | 011855d22bbf9bc8e1589fd16e386fb181724ad3 (patch) | |
tree | 73138dcd98235b490937ddc450f1ce13a842f3e6 | |
parent | ced4abcd642e3bae76e0feed07edfab163956c48 (diff) | |
download | mpd-011855d22bbf9bc8e1589fd16e386fb181724ad3.tar.gz mpd-011855d22bbf9bc8e1589fd16e386fb181724ad3.tar.xz mpd-011855d22bbf9bc8e1589fd16e386fb181724ad3.zip |
INSTALL: documented pkg-config usage
Mention the workaround for users without pkg-config.
-rw-r--r-- | INSTALL | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 -------- |