diff options
author | Maciej Katafiasz <mathrick@mathrick.org> | 2005-01-09 13:50:36 +0000 |
---|---|---|
committer | Maciej Katafiasz <mathrick@mathrick.org> | 2005-01-09 13:50:36 +0000 |
commit | 3081a40cc80149b9a188c2daab8ade55f1c20a99 (patch) | |
tree | ac2d56cfa55b3546665ae3f2d5f0fb39fc99ab38 | |
parent | caedd2bd83a4c710d46f5ba75f2989e934ff5278 (diff) | |
download | gst-plugins-bad-3081a40cc80149b9a188c2daab8ade55f1c20a99.tar.gz gst-plugins-bad-3081a40cc80149b9a188c2daab8ade55f1c20a99.tar.bz2 gst-plugins-bad-3081a40cc80149b9a188c2daab8ade55f1c20a99.zip |
Update README to give valid PKG_CONFIG_PATH instructions
Original commit message from CVS:
Update README to give valid PKG_CONFIG_PATH instructions
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | README | 10 |
2 files changed, 12 insertions, 4 deletions
@@ -1,3 +1,9 @@ +2005-01-09 Maciej Katafiasz <mathrick@freedesktop.org> + + * 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 <rbultje@ronald.bitfreak.net> * gst/audioscale/gstaudioscale.c: (gst_audioscale_init), @@ -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 |