glfs/gnome/add/gstreamer/gstreamer-inst.xml
Igor Živković 862886a5ce updated to gstreamer-0.8.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2032 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-04-19 20:04:20 +00:00

14 lines
448 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 --sysconfdir=/etc/gnome \
--disable-docs-build &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
gst-register</command></userinput></screen>
</sect2>