glfs/pst/scanning/sane/sane-inst.xml
Larry Lawrence ec3c746578 updated to sane-1.0.12, xsane-0.91 and updated xpdf intro
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1129 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-20 14:02:43 +00:00

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 &amp;&amp;
make &amp;&amp;
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 &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect3>
</sect2>