mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 09:37:17 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1129 af4574ff-66df-0310-9fd7-8a98e5e911e0
37 lines
1.2 KiB
XML
37 lines
1.2 KiB
XML
<sect2>
|
|
<title>Installation of <application>sane</application></title>
|
|
|
|
<sect3><title>Preparing your system for scanner access</title>
|
|
<para>To access your scanner, you will probably need the related kernel
|
|
drivers. A <acronym>SCSI</acronym> scanner will need <acronym>SCSI</acronym>
|
|
drivers, a parallel port scanner needs parallel port support (you should use
|
|
enhanced <acronym>EPP</acronym> modes) and an <acronym>USB</acronym> scanner
|
|
will need the <acronym>USB</acronym> scanner module and a <acronym>SCSI
|
|
</acronym> system for emulation. Be sure that you have got the necessary
|
|
devices to access the drivers.</para>
|
|
</sect3>
|
|
|
|
<sect3><title>Installation of <application>sane</application> backends</title>
|
|
|
|
<para>Install <application>sane</application> backends by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect3>
|
|
|
|
<sect3><title>Installation of <application>sane</application> frontends</title>
|
|
|
|
<para>To install <application>sane</application> frontends, use the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|