2003-01-03 10:38:48 +08:00
|
|
|
<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 &&
|
|
|
|
make &&
|
2003-04-19 22:05:48 +08:00
|
|
|
make install</userinput></screen></para>
|
2003-01-03 10:38:48 +08:00
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3><title>Installation of sane-frontends</title>
|
|
|
|
|
|
|
|
<para>To install sane-frontends, use the following commands:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>./configure --prefix=/usr &&
|
|
|
|
make &&
|
2003-04-19 22:05:48 +08:00
|
|
|
make install</userinput></screen></para>
|
2003-01-03 10:38:48 +08:00
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|