glfs/gnome/add/gstreamer/gstreamer-inst.xml

13 lines
397 B
XML
Raw Normal View History

<sect2>
<title>Installation of <application>GStreamer</application></title>
<para>Install <application>GStreamer</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--localstatedir=/var/lib &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
gst-register</command></userinput></screen>
</sect2>