glfs/pst/scanning/sane/sane-inst.xml
Larry Lawrence c4ebaa6ad9 corrections found by others
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@864 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-19 14:05:48 +00:00

34 lines
1011 B
XML

<sect2>
<title>Installation of sane</title>
<sect3><title>Preparing your system for scanner access</title>
<para>To access your scanner, you will probably need the related kernel
drivers. A SCSI scanner will need SCSI drivers, a parallel port scanner
needs parallel port support (you should use enhanced EPP modes, too) and
an USB scanner will need the USB scanner module and a SCSI system for
emulation. Be sure that you have got the necessary devices to access the
drivers.</para>
</sect3>
<sect3><title>Installation of sane-backends</title>
<para>Install sane-backends by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect3>
<sect3><title>Installation of sane-frontends</title>
<para>To install sane-frontends, use the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect3>
</sect2>