[xiph-commits] r16381 - trunk/ezstream
moritz at svn.xiph.org
moritz at svn.xiph.org
Sat Aug 1 09:15:50 PDT 2009
Author: moritz
Date: 2009-08-01 09:15:50 -0700 (Sat, 01 Aug 2009)
New Revision: 16381
Modified:
trunk/ezstream/README
Log:
Almost everyone chooses the pkg-config(1) way and installs shout.pc. Document
how to configure ezstream on differently enabled systems. ... heh, PC talk is
so deliciously nasty.
Modified: trunk/ezstream/README
===================================================================
--- trunk/ezstream/README 2009-08-01 16:08:45 UTC (rev 16380)
+++ trunk/ezstream/README 2009-08-01 16:15:50 UTC (rev 16381)
@@ -104,9 +104,20 @@
If this procedure is unfamiliar to you, please consult the INSTALL file for
more detailed instructions.
+On systems where the libshout installation does not include the required
+shout.pc file for pkg-config(1), the non-standard ``shout-config'' utility
+is available. However, the ezstream build system does not support the latter.
+
+If this is an issue, configure ezstream with
+
+ $ ./configure \
+ LIBSHOUT_CPPFLAGS="$(shout-config --cppflags)" \
+ LIBSHOUT_CFLAGS="$(shout-config --cflags-only)" \
+ LIBSHOUT_LIBS="$(shout-config --libs)"
+
When the configuration keeps failing despite having all dependencies
installed, take note of the more verbose error messages in config.log. If
-necessary, it is possible to directly customize many build flags through
+necessary, it is possible to further customize many build flags through
environment variables. See the "influential environment variables" list
in the --help output.
More information about the commits
mailing list