Ignore:
Timestamp:
09/20/2003 02:02:43 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
616ce29
Parents:
d4f610c
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/scanning/sane/sane-inst.xml

    rd4f610c rec3c746  
    11<sect2>
    2 <title>Installation of sane</title>
     2<title>Installation of <application>sane</application></title>
    33
    44<sect3><title>Preparing your system for scanner access</title>
    55<para>To access your scanner, you will probably need the related kernel
    6 drivers. A SCSI scanner will need SCSI drivers, a parallel port scanner
    7 needs parallel port support (you should use enhanced EPP modes, too) and
    8 an USB scanner will need the USB scanner module and a SCSI system for
    9 emulation. Be sure that you have got the necessary devices to access the
    10 drivers.</para>
     6drivers. A <acronym>SCSI</acronym> scanner will need <acronym>SCSI</acronym>
     7 drivers, a parallel port scanner needs parallel port support (you should use
     8enhanced <acronym>EPP</acronym> modes) and an <acronym>USB</acronym> scanner
     9will need the <acronym>USB</acronym> scanner module and a <acronym>SCSI
     10</acronym> system for emulation. Be sure that you have got the necessary
     11devices to access the drivers.</para>
    1112</sect3>
    1213
    13 <sect3><title>Installation of sane-backends</title>
     14<sect3><title>Installation of <application>sane</application> backends</title>
    1415
    15 <para>Install sane-backends by running the following commands:</para>
     16<para>Install <application>sane</application> backends by running the following
     17commands:</para>
    1618
    17 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
     19<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    1820make &amp;&amp;
    19 make install</userinput></screen></para>
     21make install</command></userinput></screen>
    2022
    2123</sect3>
    2224
    23 <sect3><title>Installation of sane-frontends</title>
     25<sect3><title>Installation of <application>sane</application> frontends</title>
    2426
    25 <para>To install sane-frontends, use the following commands:</para>
     27<para>To install <application>sane</application> frontends, use the following
     28commands:</para>
    2629
    27 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
     30<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    2831make &amp;&amp;
    29 make install</userinput></screen></para>
     32make install</command></userinput></screen>
    3033
    3134</sect3>
Note: See TracChangeset for help on using the changeset viewer.