summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMaciej Katafiasz <mathrick@mathrick.org>2005-01-09 13:50:36 +0000
committerMaciej Katafiasz <mathrick@mathrick.org>2005-01-09 13:50:36 +0000
commit9847d06827a923deaa936b1d6ece4d1f25f5318d (patch)
tree0c87032aeeabccc5b38f749e193feb314c606d95 /README
parentb9a85c993bd5cad148be2056dd0c5760bb2d0167 (diff)
Update README to give valid PKG_CONFIG_PATH instructions
Original commit message from CVS: Update README to give valid PKG_CONFIG_PATH instructions
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 6 insertions, 4 deletions
diff --git a/README b/README
index 7e76bd24..1bd0d623 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