mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 01:27:16 +08:00
47c5ee8bbb
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1402 af4574ff-66df-0310-9fd7-8a98e5e911e0
37 lines
1.4 KiB
XML
37 lines
1.4 KiB
XML
<sect2>
|
|
<title>Installation of <application><acronym>SANE</acronym></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><acronym>SANE</acronym></application> backends</title>
|
|
|
|
<para>Install <application><acronym>SANE</acronym></application> backends by
|
|
running the following commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect3>
|
|
|
|
<sect3><title>Installation of <application><acronym>SANE</acronym></application> front ends</title>
|
|
|
|
<para>To install <application><acronym>SANE</acronym></application> front ends, use the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect3>
|
|
|
|
</sect2>
|