glfs/pst/scanning/sane/sane-inst.xml

37 lines
1.3 KiB
XML
Raw Normal View History

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