glfs/gnome/add/gstreamer/gstreamer-inst.xml
Igor Živković 0bbe395dbd moved gstreamer to its respective directory
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1409 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-17 07:40:36 +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>