Tweaks to sane and xsane

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10047 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2012-05-01 17:10:16 +00:00
parent 4a20b846bc
commit b1c63ccbfb
2 changed files with 8 additions and 2 deletions

View File

@ -165,7 +165,7 @@
<para>Install <application>SANE</application>-backends by
running the following commands:</para>
<screen><userinput>patch -Npi -i ../sane-backends-&sane-version;-v4l-1.patch &amp;&amp;
<screen><userinput>patch -Np1 -i ../sane-backends-&sane-version;-v4l-1.patch &amp;&amp;
./configure --prefix=/usr \
--sysconfdir=/etc \
--with-group=scanner \

View File

@ -33,6 +33,8 @@
<xref linkend="sane"/>. It has additional features to improve the image
quality and ease of use compared to <command>xscanimage</command>.</para>
&lfs71_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
@ -91,7 +93,11 @@ make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make xsanedocdir=/usr/share/doc/xsane-&xsane-version; install &amp;&amp;
ln -v -s ../../doc/xsane-&xsane-version; /usr/share/sane/xsane/doc</userinput></screen>
ln -v -s ../../doc/xsane-&xsane-version; /usr/share/sane/xsane/doc &amp;&amp;
ln -v -s &lt;browser&gt; usr/bin/netscape</userinput></screen>
<note><para>Be sure to replace &lt;browser&gt; with the browser of your
choice on your system.</para></note>
<para>If <application>GIMP</application> is installed, issue the following
command as the <systemitem class="username">root</systemitem> user:</para>