source: pst/scanning/sane.xml@ 5cd0959d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5cd0959d was 5cd0959d, checked in by Archaic <archaic@…>, 20 years ago

Resetting keywords

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2592 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.9 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY sane-download-http "http://gd.tuwien.ac.at/api/sane/sane-backends-&sane-version;/sane-backends-&sane-version;.tar.gz">
7 <!ENTITY sane-download-ftp "ftp://ftp.sane-project.org/pub/sane/sane-backends-&sane-version;/sane-backends-&sane-version;.tar.gz">
8 <!ENTITY sane-size "3.1 MB">
9 <!ENTITY sane-buildsize "42 MB">
10 <!ENTITY sane-time "1.77 SBU">
11]>
12
13<sect1 id="sane" xreflabel="SANE-&sane-version;">
14<sect1info>
15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
17</sect1info>
18<?dbhtml filename="sane.html"?>
19<title>SANE-&sane-version;</title>
20
21<sect2>
22<title>Introduction to <application><acronym>SANE</acronym></application></title>
23
24<para><acronym>SANE</acronym> is short for Scanner Access Now Easy.
25Scanner access, however, is far from easy, since every vendor has their own
26protocols. The only known protocol that should bring some unity into this
27chaos is the TWAIN interface, but this is too imprecise to
28allow a stable scanning framework. Therefore, <acronym>SANE</acronym> comes
29with its own protocol, so the vendor drivers can't be used.</para>
30
31<para><acronym>SANE</acronym> is split into back ends and front ends. The
32back ends are drivers for the supported scanners. The front ends are user
33interfaces to access the backends.</para>
34
35<sect3><title>Package information</title>
36<itemizedlist spacing='compact'>
37<listitem><para>Download (HTTP): <ulink
38url="&sane-download-http;"/></para></listitem>
39<listitem><para>Download (FTP): <ulink
40url="&sane-download-ftp;"/></para></listitem>
41<listitem><para>Download size: &sane-size;</para></listitem>
42<listitem><para>Estimated Disk space required: &sane-buildsize;</para></listitem>
43<listitem><para>Estimated build time: &sane-time;</para></listitem></itemizedlist>
44</sect3>
45
46<sect3><title>Additional downloads</title>
47<itemizedlist spacing='compact'>
48<listitem><para>Front ends: <ulink
49url="ftp://ftp.sane-project.org/pub/sane/sane-frontends-1.0.12/sane-frontends-1.0.12.tar.gz"/></para></listitem>
50</itemizedlist>
51</sect3>
52
53<sect3><title><application><acronym>SANE</acronym></application> dependencies</title>
54<sect4><title>Optional</title>
55<para><xref linkend="libusb"/>,
56<ulink url="http://cyberelk.net/tim/libieee1284/">libieee1284</ulink>,
57<ulink url="http://www.gphoto.org/">gPhoto2</ulink>,
58X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>), <xref linkend="GTK2"/> and <xref
59linkend="gimp"/></para></sect4>
60</sect3>
61
62</sect2>
63
64<sect2>
65<title>Installation of <application><acronym>SANE</acronym></application></title>
66
67<sect3><title>Preparing your system for scanner access</title>
68<para>To access your scanner, you will probably need the related kernel
69drivers. A <acronym>SCSI</acronym> scanner will need <acronym>SCSI</acronym>
70 drivers, a parallel port scanner needs parallel port support (you should use
71enhanced <acronym>EPP</acronym> modes) and an <acronym>USB</acronym> scanner
72will need the <acronym>USB</acronym> scanner module and a <acronym>SCSI
73</acronym> system for emulation. Be sure that you have got the necessary
74devices to access the drivers.</para>
75</sect3>
76
77<sect3><title>Installation of <application><acronym>SANE</acronym></application> backends</title>
78
79<para>Install <application><acronym>SANE</acronym></application> backends by
80running the following commands:</para>
81
82<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
83make &amp;&amp;
84make install</command></userinput></screen>
85
86</sect3>
87
88<sect3><title>Installation of <application><acronym>SANE</acronym></application> front ends</title>
89
90<para>To install <application><acronym>SANE</acronym></application> front ends, use the following
91commands:</para>
92
93<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
94make &amp;&amp;
95make install</command></userinput></screen>
96
97</sect3>
98
99</sect2>
100
101<sect2>
102<title>Installation command explanations</title>
103
104<para><parameter>--sysconfdir=/etc</parameter>: This switch installs the
105configuration files in <filename class="directory">/etc/sane.d</filename>
106instead of <filename class="directory">/usr/etc/sane.d</filename>.</para>
107
108</sect2>
109
110<sect2>
111<title>Contents</title>
112
113<sect3><title>Back ends:</title>
114<para>See <ulink url="http://www.sane-project.org/sane-supported-devices.html"/>
115for a list of available backends.</para>
116</sect3>
117
118<sect3><title>Front ends:</title>
119<para><command>scanimage</command>: Command line interface for
120scanning.</para>
121<para><command>xscanimage</command>: Graphical user interface for
122scanning.</para>
123<para><command>gimp-plugin</command>: xscanimage as
124<application><acronym>GIMP</acronym></application> plugin.</para>
125</sect3>
126
127</sect2>
128
129</sect1>
Note: See TracBrowser for help on using the repository browser.