mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
718ef79998
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7176 af4574ff-66df-0310-9fd7-8a98e5e911e0
178 lines
6.7 KiB
XML
178 lines
6.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libassuan-download-http "http://public.ftp.planetmirror.com/pub/gcrypt/libassuan/libassuan-&libassuan-version;.tar.bz2">
|
|
<!ENTITY libassuan-download-ftp "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-&libassuan-version;.tar.bz2">
|
|
<!ENTITY libassuan-md5sum "ffb95bf2bac23e173f5a83a270f7524a">
|
|
<!ENTITY libassuan-size "297 KB">
|
|
<!ENTITY libassuan-buildsize "4 MB">
|
|
<!ENTITY libassuan-time "0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="libassuan" xreflabel="Libassuan-&libassuan-version;">
|
|
<?dbhtml filename="libassuan.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Libassuan-&libassuan-version;</title>
|
|
|
|
<indexterm zone="libassuan">
|
|
<primary sortas="a-Libassuan">Libassuan</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Libassuan</title>
|
|
|
|
<para>The <application>Libassuan</application> package contains an IPC
|
|
library used by some of the other <application>GnuPG</application> related
|
|
packages. <application>Libassuan</application>'s primary use is to allow a
|
|
client to interact with a non-persistent server.
|
|
<application>Libassuan</application> is not, however, limited to use with
|
|
<application>GnuPG</application> servers and clients. It was designed to be
|
|
flexible enough to meet the demands of many transaction based environments
|
|
with non-persistent servers.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&libassuan-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&libassuan-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &libassuan-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &libassuan-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &libassuan-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &libassuan-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Libassuan Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="pth"/></para>
|
|
|
|
<para>Other packages (such as <application>GnuPG-2</application>) will
|
|
require that the <application>Libassuan</application> library is linked to
|
|
the <application>Pth</application> library. Ensure
|
|
<application>Pth</application> is installed before beginning the build if
|
|
you have any doubts.</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/libassuan"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Libassuan</title>
|
|
|
|
<para>Install <application>Libassuan</application> by running the
|
|
following commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>Only <command>info</command> documentation is shipped in the package
|
|
tarball. If you wish to build alternate formats of the documentation, you
|
|
must have <xref linkend="tetex"/> installed, then issue the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>make -k -C doc pdf ps html &&
|
|
makeinfo --html --no-split -o doc/assuan_nochunks.html doc/assuan.texi &&
|
|
makeinfo --plaintext -o doc/assuan.txt doc/assuan.texi</userinput></screen>
|
|
|
|
<para>To test the results, issue: <command>make check</command>.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem>
|
|
user:</para>
|
|
|
|
<screen role="root"><userinput>make install &&
|
|
install -v -m644 -D README /usr/share/doc/libassuan-&libassuan-version;/README</userinput></screen>
|
|
|
|
<para>If you built the additional documentation, install it by issuing the
|
|
following commands as the <systemitem class="username">root</systemitem>
|
|
user:</para>
|
|
|
|
<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libassuan-&libassuan-version;/html &&
|
|
install -v -m644 doc/assuan.html/* \
|
|
/usr/share/doc/libassuan-&libassuan-version;/html &&
|
|
install -v -m644 doc/assuan_*.html \
|
|
/usr/share/doc/libassuan-&libassuan-version; &&
|
|
install -v -m644 doc/assuan.{pdf,ps,dvi,txt,texi} \
|
|
/usr/share/doc/libassuan-&libassuan-version;</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>libassuan-config</seg>
|
|
<seg>libassuan.a and libassuan-pth.a</seg>
|
|
<seg>/usr/share/doc/libassuan-&libassuan-version;</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libassuan-config">
|
|
<term><command>libassuan-config</command></term>
|
|
<listitem>
|
|
<para>is a utility used to configure and build applications based on
|
|
the libassuan(3) library. It can be used to query the C compiler and
|
|
linker flags which are required to correctly compile and link the
|
|
application against the libassuan(3) library.</para>
|
|
<indexterm zone="libassuan libassuan-config">
|
|
<primary sortas="b-libassuan-config">libassuan-config</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libassuan-lib">
|
|
<term><filename class='libraryfile'>libassuan.a</filename></term>
|
|
<listitem>
|
|
<para>is the IPC library.</para>
|
|
<indexterm zone="libassuan libassuan-lib">
|
|
<primary sortas="c-libassuan">libassuan.a</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libassuan-pth">
|
|
<term><filename class='libraryfile'>libassuan-pth.a</filename></term>
|
|
<listitem>
|
|
<para>is the IPC library linked with the GNU Portable Threads
|
|
Library.</para>
|
|
<indexterm zone="libassuan libassuan-pth">
|
|
<primary sortas="c-libassuan-pth">libassuan-pth.a</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|