glfs/gnome/add/media/gstreamer-inst.xml
Larry Lawrence 176b211a48 updated to xine-lib-1-beta11, added template files for nfs-tools-1.0.3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@899 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-05-02 01:58:37 +00:00

13 lines
367 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=$GNOME_PREFIX --localstatedir=/var/lib &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
gst-register</command> </userinput></screen>
</sect2>