mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 17:57:47 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@557 af4574ff-66df-0310-9fd7-8a98e5e911e0
36 lines
1013 B
XML
36 lines
1013 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 &&
|
|
make &&
|
|
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 &&
|
|
make &&
|
|
make install
|
|
</userinput></screen></para>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|