From 92b1df01866a66db415b6088fe4a03db1d33084c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 13 Jan 2010 09:32:59 +0000 Subject: [PATCH] faq: fix link to gst-uninstalled on cgit Fix link to gst-uninstalled now that it's been moved, and fix a typo while we're at it. Also add a new section to 'Building GStreamer from git' that points to the 'How do I develop against an uninstalled copy of GStreamer' section. --- docs/faq/developing.xml | 2 +- docs/faq/git.xml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/faq/developing.xml b/docs/faq/developing.xml index 281ebb5..dafbc4c 100644 --- a/docs/faq/developing.xml +++ b/docs/faq/developing.xml @@ -46,7 +46,7 @@ or integrate with autoconf using the pkg.m4 macro (providing PKG_CONFIG_CHECK). It is possible to develop and compile against an uninstalled copy of gstreamer and gst-plugins-* (for example, against gits checkouts). The easiest way to do this is to use a bash script like this: -lastest version of gst-uninstalled. +latest version of gst-uninstalled. If you put this script in your path, and symlink it to gst-git (if you want to develop against git master) or to gst-released (if you want to develop diff --git a/docs/faq/git.xml b/docs/faq/git.xml index 4b8e91d..6cad2b1 100644 --- a/docs/faq/git.xml +++ b/docs/faq/git.xml @@ -3,6 +3,23 @@ + + +Is there a way to test or develop against GStreamer from git without +interfering with my system GStreamer installed from packages? + + + + + +Yes! You have two options: you can either run GStreamer in an uninstalled setup +(see How do I develop against +an uninstalled GStreamer copy ?), or you can use GNOME's jhbuild. + + + + + How do I check out GStreamer from git ? -- 2.7.4