mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
1f6d0c13e3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23553 af4574ff-66df-0310-9fd7-8a98e5e911e0
201 lines
5.6 KiB
XML
201 lines
5.6 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 neon-download-http "http://www.webdav.org/neon/neon-&neon-version;.tar.gz"> -->
|
|
<!ENTITY neon-download-http "https://notroj.github.io/neon/neon-&neon-version;.tar.gz">
|
|
<!ENTITY neon-download-ftp " ">
|
|
<!ENTITY neon-md5sum "c871268f0ba365b71f1ec1bf068d6ab3">
|
|
<!ENTITY neon-size "848 KB">
|
|
<!ENTITY neon-buildsize "8.4 MB (additional 19 MB for the tests)">
|
|
<!ENTITY neon-time "0.1 SBU (additional 0.3 SBU for the tests)">
|
|
]>
|
|
|
|
<sect1 id="neon" xreflabel="neon-&neon-version;">
|
|
<?dbhtml filename="neon.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>neon-&neon-version;</title>
|
|
|
|
<indexterm zone="neon">
|
|
<primary sortas="a-neon">neon</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to neon</title>
|
|
|
|
<para>
|
|
<application>neon</application> is an HTTP and WebDAV
|
|
client library, with a C interface.
|
|
</para>
|
|
|
|
&lfs10_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&neon-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&neon-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &neon-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &neon-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &neon-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &neon-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">neon Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="gnutls"/>,
|
|
<xref linkend="libxml2"/>,
|
|
<xref linkend="mitkrb"/>,
|
|
<ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>, and
|
|
<ulink url="http://www.manyfish.co.uk/pakchois/">PaKChoiS</ulink>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/neon"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of neon</title>
|
|
|
|
<para>
|
|
Install <application>neon</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
|
--with-ssl \
|
|
--enable-shared \
|
|
--disable-static &&
|
|
make</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</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<parameter>--with-ssl</parameter>: This switch enables SSL support
|
|
using <application>OpenSSL</application> or
|
|
<application>GnuTLS</application> respectively. Remove it if
|
|
you don't have any of these installed. To force
|
|
<application>GnuTLS</application> usage when both are present,
|
|
simply pass <option>--with-ssl=gnutls</option> and
|
|
<option>--with-ca-bundle=/etc/pki/tls/certs/ca-bundle.crt</option> to the
|
|
<command>configure</command> script.
|
|
</para>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/static-libraries.xml"/>
|
|
|
|
<!-- We have Expat in LFS now, so this really isn't applicable anymore.
|
|
<para>
|
|
<option>- -with-libxml2</option>: This switch forces the use of
|
|
<application>libxml2</application> instead of
|
|
<application>Expat</application>.
|
|
</para>
|
|
-->
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
neon-config
|
|
</seg>
|
|
<seg>
|
|
libneon.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/neon and
|
|
/usr/share/doc/neon-&neon-version;
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="neon-config">
|
|
<term><command>neon-config</command></term>
|
|
<listitem>
|
|
<para>
|
|
is a script that provide information about an installed copy
|
|
of the neon library.
|
|
</para>
|
|
<indexterm zone="neon neon-config">
|
|
<primary sortas="b-neon-config">neon-config</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libneon">
|
|
<term><filename class="libraryfile">libneon.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
is used as a high-level interface to common HTTP and WebDAV
|
|
methods.
|
|
</para>
|
|
<indexterm zone="neon libneon">
|
|
<primary sortas="c-libneon">libneon.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|