mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-29 10:52:14 +08:00
5cd0959daa
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2592 af4574ff-66df-0310-9fd7-8a98e5e911e0
76 lines
2.4 KiB
XML
76 lines
2.4 KiB
XML
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY xsane-download-http "http://gd.tuwien.ac.at/hci/sane/xsane/xsane-&xsane-version;.tar.gz">
|
|
<!ENTITY xsane-download-ftp " ">
|
|
<!ENTITY xsane-size "2.5 MB">
|
|
<!ENTITY xsane-buildsize "17 MB">
|
|
<!ENTITY xsane-time "0.20 SBU">
|
|
]>
|
|
|
|
<sect1 id="xsane" xreflabel="XSane-&xsane-version;">
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
<?dbhtml filename="xsane.html"?>
|
|
<title>XSane-&xsane-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>XSane</application></title>
|
|
|
|
<para><application>XSane</application> is another front end for
|
|
<xref linkend="sane"/>. It has additional features to improve the image
|
|
quality and ease of use compared to <command>xscanimage</command>.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink
|
|
url="&xsane-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink
|
|
url="&xsane-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download size: &xsane-size;</para></listitem>
|
|
<listitem><para>Estimated Disk space required:
|
|
&xsane-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time:
|
|
&xsane-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3><title><application>XSane</application> dependencies</title>
|
|
<sect4><title>Required</title>
|
|
<para><xref linkend="sane"/> (back ends) and
|
|
<xref linkend="GTK2"/></para></sect4>
|
|
<sect4><title>Optional</title>
|
|
<para><xref linkend="libtiff"/>, <xref
|
|
linkend="libjpeg"/> and <xref linkend="gimp"/></para></sect4>
|
|
</sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>XSane</application></title>
|
|
|
|
<para>Install <application>XSane</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para><application>XSane</application> comes with a graphical user interface,
|
|
and (if <xref linkend="gimp"/> is available) a
|
|
<application><acronym>GIMP</acronym></application>
|
|
plugin with advanced features. Please refer to the documentation for further
|
|
support.</para>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|