glfs/pst/scanning/sane/sane-inst.xml

36 lines
1013 B
XML
Raw Normal View History

<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>