source: networking/netlibs/neon.xml@ 6b4f8529

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind 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 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 6b4f8529 was 6b4f8529, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Update to sudo-1.8.11.
Update to neon-0.30.1.
Update to xf86-input-wacom-0.26.0.
Update to libksba-1.3.1.
Update to pinentry-0.8.4.
Update to xterm-311.
Update to libsoup-2.48.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14386 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY neon-download-http "http://www.webdav.org/neon/neon-&neon-version;.tar.gz">
8 <!ENTITY neon-download-ftp " ">
9 <!ENTITY neon-md5sum "231adebe5c2f78fded3e3df6e958878e">
10 <!ENTITY neon-size "892 KB">
11 <!ENTITY neon-buildsize "7.9 MB (additional 18 MB for the tests)">
12 <!ENTITY neon-time "0.1 SBU (additional 0.2 SBU for the tests)">
13]>
14
15<sect1 id="neon" xreflabel="neon-&neon-version;">
16 <?dbhtml filename="neon.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>neon-&neon-version;</title>
24
25 <indexterm zone="neon">
26 <primary sortas="a-neon">neon</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to neon</title>
31
32 <para>
33 <application>neon</application> is an HTTP and WebDAV
34 client library, with a C interface.
35 </para>
36
37 &lfs76_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&neon-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&neon-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &neon-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &neon-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &neon-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &neon-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">neon Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="recommended">
77 <xref linkend="openssl"/> or
78 <xref linkend="gnutls"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="libxml2"/>,
84 <xref linkend="mitkrb"/>,
85 <ulink url="http://code.google.com/p/libproxy/">libproxy</ulink>, and
86 <ulink url="http://www.manyfish.co.uk/pakchois/">pakchois</ulink>,
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/neon"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of neon</title>
96
97 <para>
98 Install <application>neon</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr --enable-shared --with-ssl --disable-static &amp;&amp;
103make</userinput></screen>
104
105 <para>
106 To test the results, issue: <command>make -k check</command>.
107 Some tests are known to fail.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 </sect2>
117
118 <sect2 role="commands">
119 <title>Command Explanations</title>
120
121 <para>
122 <option>--with-ssl</option>: This switch enables SSL support
123 using <application>OpenSSL</application> or
124 <application>GnuTLS</application> respectively. Remove it if
125 you don't have any of these installed. To force
126 <application>GnuTLS</application> usage when both are present,
127 simply pass <parameter>--with-ssl=gnutls</parameter> to the
128 <command>configure</command> script.
129 </para>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/static-libraries.xml"/>
133
134 <para>
135 <option>--with-libxml2</option>: This switch forces the use of
136 <application>libxml2</application> instead of
137 <application>Expat</application>.
138 </para>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Program</segtitle>
147 <segtitle>Installed Library</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>
152 neon-config
153 </seg>
154 <seg>
155 libneon.so
156 </seg>
157 <seg>
158 /usr/include/neon and
159 /usr/share/doc/neon-&neon-version;
160 </seg>
161 </seglistitem>
162 </segmentedlist>
163
164 <variablelist>
165 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
166 <?dbfo list-presentation="list"?>
167 <?dbhtml list-presentation="table"?>
168
169 <varlistentry id="libneon">
170 <term><filename class="libraryfile">libneon.so</filename></term>
171 <listitem>
172 <para>
173 is used as a high-level interface to common HTTP and WebDAV
174 methods.
175 </para>
176 <indexterm zone="neon libneon">
177 <primary sortas="c-libneon">libneon.so</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 </variablelist>
183
184 </sect2>
185
186</sect1>
Note: See TracBrowser for help on using the repository browser.