From: Maciej Katafiasz Date: Sun, 9 Jan 2005 13:50:36 +0000 (+0000) Subject: Update README to give valid PKG_CONFIG_PATH instructions X-Git-Tag: 1.19.3~511^2~13278 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86485387816c57c319a030fc77eeb0aff7d43f6c;p=platform%2Fupstream%2Fgstreamer.git Update README to give valid PKG_CONFIG_PATH instructions Original commit message from CVS: Update README to give valid PKG_CONFIG_PATH instructions --- diff --git a/ChangeLog b/ChangeLog index df85f72..6aa1226 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-01-09 Maciej Katafiasz + + * README: fix PKG_CONFIG_PATH instructions, what was there + previously was breaking default search path, not nice. + Fixes #163358 + 2005-01-09 Ronald S. Bultje * gst/audioscale/gstaudioscale.c: (gst_audioscale_init), diff --git a/README b/README index 7e76bd2..1bd0d62 100644 --- a/README +++ b/README @@ -9,11 +9,13 @@ COMPILING FROM SOURCE - configure the source tree: - if you installed GStreamer, then do: ./configure - If configure complains about missing GStreamer, you should try - ./configure --with-pkg-config-path=prefix/lib/pkgconfig + If configure complains about missing GStreamer, you should try the + following command: + $export PKG_CONFIG_PATH=prefix/lib/pkgconfig where prefix should be replaced by the prefix you used to configure - GStreamer. (Be mindful NOT to ADD a trailing / to that option !) - If this doesn't fix it, you have other issues ;) + GStreamer. (Be mindful NOT to ADD a trailing / to that option !). + After that, rerun ./configure. If this doesn't fix it, you have other + issues ;) - if you didn't install GStreamer, you can still compile the plug-ins. Add the path to gstreamer-uninstalled.pc (which lives in the gstreamer