source: networking/netlibs/curl.xml@ 0be2ac2f

kde5-14686 systemd-13485
Last change on this file since 0be2ac2f was 0be2ac2f, checked in by Christopher Gregory <cjg@…>, 10 years ago

Merge updates from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14478 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.4 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 curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.lzma">
8 <!ENTITY curl-download-ftp " ">
9 <!ENTITY curl-md5sum "fdafc30cbf0acd2fe6bc31b956b856a5">
10 <!ENTITY curl-size "2.5 MB">
11 <!ENTITY curl-buildsize "40 MB (additional 7 MB for tests)">
12 <!ENTITY curl-time "0.4 SBU (additional 9 SBU for tests)">
13]>
14
15<sect1 id="curl" xreflabel="cURL-&curl-version;">
16 <?dbhtml filename="curl.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>cURL-&curl-version;</title>
24
25 <indexterm zone="curl">
26 <primary sortas="a-cURL">cURL</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to cURL</title>
31
32 <para>
33 The <application>cURL</application> package contains a utility
34 and a library used for transferring files with URL syntax to any of
35 the following protocols: FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP,
36 TELNET, DICT, LDAP, LDAPS and FILE. Its ability to both download
37 and upload files can be incorporated into other programs to support
38 functions like streaming media.
39 </para>
40
41 &lfs76_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&curl-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&curl-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &curl-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &curl-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &curl-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &curl-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">cURL Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="cacerts"/> and
82 <xref linkend="openssl"/> or <xref linkend="gnutls"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="libidn"/>,
88 <xref linkend="mitkrb"/>,
89 <xref linkend="openldap"/>,
90 <ulink url="http://daniel.haxx.se/projects/c-ares/">c-ares</ulink>,
91 <ulink url="https://launchpad.net/libmetalink/">libmetalink</ulink>,
92 <ulink url="http://www.libssh2.org">libssh2</ulink>, and
93 <ulink url="http://www.vintela.com/resources/topics/spnego/">
94 SPNEGO</ulink>
95 </para>
96
97 <bridgehead renderas="sect4">Optional for Running the Test Suite</bridgehead>
98 <para role="optional">
99 <xref linkend="stunnel"/> (for the HTTPS and FTPS tests) and
100 <xref linkend="valgrind"/>
101 </para>
102
103 <para condition="html" role="usernotes">User Notes:
104 <ulink url="&blfs-wiki;/curl"/>
105 </para>
106 </sect2>
107
108 <sect2 role="installation">
109 <title>Installation of cURL</title>
110
111 <para>
112 Install <application>cURL</application> by running the following
113 commands:
114 </para>
115
116<screen><userinput>./configure --prefix=/usr \
117 --disable-static \
118 --enable-threaded-resolver &amp;&amp;
119make</userinput></screen>
120
121 <para>
122 To test the results, issue: <command>make test</command>.
123 </para>
124<!-- Tests need many conditions to run successfully, and some may fail.
125 Usually, each failed test takes a long time. If you wish to disable some
126 tests, include them in the appropriate file and run the tests again:
127 </para>
128
129<screen><userinput>cat &gt;&gt; tests/data/DISABLED &lt;&lt; "EOF"
130<literal>numb1
131...
132numbN
133...</literal>
134EOF</userinput></screen>-->
135
136 <para>
137 Now, as the <systemitem class="username">root</systemitem>
138 user:
139 </para>
140
141<screen role="root"><userinput>make install &amp;&amp;
142find docs \( -name "Makefile*" -o -name "*.1" -o -name "*.3" \) -exec rm {} \; &amp;&amp;
143install -v -d -m755 /usr/share/doc/curl-&curl-version; &amp;&amp;
144cp -v -R docs/* /usr/share/doc/curl-&curl-version;</userinput></screen>
145 </sect2>
146
147 <sect2 role="commands">
148 <title>Command Explanations</title>
149
150 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
151 href="../../xincludes/static-libraries.xml"/>
152
153 <para>
154 <parameter>--enable-threaded-resolver</parameter>: This switch enables
155 <application>cURL</application>'s builtin threaded DNS resolver.
156 </para>
157
158 <para>
159 <option>--with-gssapi</option>: This parameter adds
160 <application>Kerberos 5</application> support to
161 <filename class="libraryfile">libcurl</filename>.
162 </para>
163
164 <para>
165 <option>--without-ssl --with-gnutls</option>: Use to
166 build with <application>GnuTLS</application> support
167 instead of <application>OpenSSL</application> for SSL/TLS.
168 </para>
169
170 <para>
171 <command>find docs \( -name "Makefile*" -o -name "*.1" -o -name "*.3"
172 \) -exec rm {} \;</command>: This command removes
173 <filename>Makefiles</filename> and man files from the documentation
174 directory that would otherwise be installed by the commands that
175 follow.
176 </para>
177
178 </sect2>
179
180 <sect2 role="content">
181 <title>Contents</title>
182
183 <segmentedlist>
184 <segtitle>Installed Programs</segtitle>
185 <segtitle>Installed Library</segtitle>
186 <segtitle>Installed Directories</segtitle>
187
188 <seglistitem>
189 <seg>
190 curl and curl-config
191 </seg>
192 <seg>
193 libcurl.so
194 </seg>
195 <seg>
196 /usr/include/curl and
197 /usr/share/doc/curl-&curl-version;
198 </seg>
199 </seglistitem>
200 </segmentedlist>
201
202 <variablelist>
203 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
204 <?dbfo list-presentation="list"?>
205 <?dbhtml list-presentation="table"?>
206
207 <varlistentry id="curl-prog">
208 <term><command>curl</command></term>
209 <listitem>
210 <para>
211 is a command line tool for transferring files with URL syntax.
212 </para>
213 <indexterm zone="curl curl-prog">
214 <primary sortas="b-curl">curl</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="curl-config">
220 <term><command>curl-config</command></term>
221 <listitem>
222 <para>
223 prints information about the last compile, like libraries
224 linked to and prefix setting.
225 </para>
226 <indexterm zone="curl curl-config">
227 <primary sortas="b-curl-config">curl-config</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 <varlistentry id="libcurl">
233 <term><filename class="libraryfile">libcurl.so</filename></term>
234 <listitem>
235 <para>
236 provides the API functions required by
237 <command>curl</command> and other programs.
238 </para>
239 <indexterm zone="curl libcurl">
240 <primary sortas="c-libcurl">libcurl.so</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
244
245 </variablelist>
246
247 </sect2>
248
249</sect1>
Note: See TracBrowser for help on using the repository browser.