mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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.
This commit is contained in:
parent
057fa56777
commit
92b1df0186
2 changed files with 18 additions and 1 deletions
|
@ -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:
|
||||
<ulink url="http://cgit.freedesktop.org/gstreamer/gstreamer/tree/docs/faq/gst-uninstalled">lastest version of gst-uninstalled</ulink>.
|
||||
<ulink url="http://cgit.freedesktop.org/gstreamer/gstreamer/tree/scripts/gst-uninstalled">latest version of gst-uninstalled</ulink>.
|
||||
|
||||
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
|
||||
|
|
|
@ -2,6 +2,23 @@
|
|||
<title id="title-git">Building GStreamer from git</title>
|
||||
<qandaset defaultlabel="qanda">
|
||||
|
||||
<qandaentry>
|
||||
<question id="git-uninstalled">
|
||||
<para>
|
||||
Is there a way to test or develop against GStreamer from git without
|
||||
interfering with my system GStreamer installed from packages?
|
||||
</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>
|
||||
Yes! You have two options: you can either run GStreamer in an uninstalled setup
|
||||
(see <link linkend="developing-uninstalled-gstreamer">How do I develop against
|
||||
an uninstalled GStreamer copy ?</link>), or you can use GNOME's jhbuild.
|
||||
</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question id="git-anon">
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue