glfs/pst/scanning/sane/sane-inst.xml
Mark Hymers 47c5ee8bbb add --sysconfdir=/etc to SANE instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1402 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-16 13:40:07 +00:00

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 &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>