From 1b407ae8d40b4b813cb08268658bb1397ca1e06a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 29 Dec 2003 14:09:59 +0000 Subject: [PATCH] add faq entry for building form source Original commit message from CVS: add faq entry for building form source --- docs/faq/getting.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/faq/getting.xml b/docs/faq/getting.xml index ca2cfbd..c5c9bb8 100644 --- a/docs/faq/getting.xml +++ b/docs/faq/getting.xml @@ -32,6 +32,21 @@ CVS We provide tarballs of our releases on our Sourceforge files page. + + +We also put source tarballs on our own site, at + +http://gstreamer.net/releases/current/src + + + +When compiling from source, make sure you specify PKG_CONFIG_PATH correctly +when building against GStreamer. For example, if you configured GStreamer +with the default prefix (which is /usr/local), then you need to + +export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig + +before building gst-plugins. -- 2.7.4