glfs/multimedia/videoutils/xine-ui/xine-ui-inst.xml
Igor Živković 8924621c57 xine-ui: added a patch fixing curl support
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1782 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-02-08 06:37:53 +00:00

17 lines
562 B
XML

<sect2>
<title>Installation of <application>xine User Interface</application></title>
<para>Apply the following patch if you have
<application>cURL</application> installed and you wish to utilize
it:</para>
<screen><userinput><command>patch -Np1 -i ../xine-ui-&xine-ui-version;-curl.patch</command></userinput></screen>
<para>Install <application>xine User Interface</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>