glfs/pst/scanning/xsane/xsane-inst.xml
Igor Živković 5bfdbc29b3 added xsane patch for gimp-2.0.0 plugin
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1979 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-04-11 18:32:44 +00:00

17 lines
486 B
XML

<sect2>
<title>Installation of <application>XSane</application></title>
<para>The following patch is necessary if you wish to build the GIMP
plugin:</para>
<screen><userinput><command>patch -Np1 -i ../xsane-0.92_gimp2.0.patch</command></userinput></screen>
<para>Install <application>XSane</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>