glfs/pst/scanning/sane/sane-inst.xml
Larry Lawrence 7008de18ae added sane-1.0.9, xsane-0.90, profile.xml update, fix link in sgml-dtd-3.1, updated xref in abiword
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@557 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-01-03 02:38:48 +00:00

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