glfs/gnome/add/gstreamer/gstreamer-inst.xml
Igor Živković 61c17c4675 removed a bogus space in gnome-media instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1665 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-12-24 22:31:31 +00:00

13 lines
397 B
XML

<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>