source: basicnet/netlibs/curl.xml@ a0f03b0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 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 systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since a0f03b0 was a0f03b0, checked in by Archaic <archaic@…>, 20 years ago

Inserting sect1info

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

  • Property mode set to 100644
File size: 3.2 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.bz2">
7 <!ENTITY curl-download-ftp " ">
8 <!ENTITY curl-size "1.4 MB">
9 <!ENTITY curl-buildsize "26.6 MB">
10 <!ENTITY curl-time "0.43 SBU">
11]>
12
13<sect1 id="curl" xreflabel="cURL-&curl-version;">
14<sect1info>
15<othername>$LastChangedBy: $</othername>
16<date>$Date: $</date>
17</sect1info>
18<?dbhtml filename="curl.html"?>
19<title>cURL-&curl-version;</title>
20
21<sect2>
22<title>Introduction to <application>cURL</application></title>
23
24<para>The <application>cURL</application> package contains <command>curl</command> and its
25support library. This is useful for transferring files with
26<acronym>URL</acronym> syntax. This ability to both download and
27redirect files can be incorporated into other programs to support
28functions like streaming media.</para>
29
30<sect3><title>Package information</title>
31<itemizedlist spacing='compact'>
32<listitem><para>Download (HTTP): <ulink url="&curl-download-http;"/></para></listitem>
33<listitem><para>Download (FTP): <ulink url="&curl-download-ftp;"/></para></listitem>
34<listitem><para>Download size: &curl-size;</para></listitem>
35<listitem><para>Estimated Disk space required: &curl-buildsize;</para></listitem>
36<listitem><para>Estimated build time: &curl-time;</para></listitem></itemizedlist>
37</sect3>
38
39<sect3><title><application>cURL</application> dependencies</title>
40<sect4><title>Optional</title>
41<para><xref linkend="openssl"/>, <xref linkend="openldap"/> and <xref
42linkend="mitkrb"/> or <xref linkend="heimdal"/></para></sect4>
43</sect3>
44
45</sect2>
46
47<sect2>
48<title>Installation of <application>cURL</application></title>
49
50<para>Install <application>cURL</application> by running the following commands:</para>
51
52<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
53make &amp;&amp;
54make install</command></userinput></screen>
55
56</sect2>
57
58<sect2>
59<title>Command explanations</title>
60
61<para><parameter>--with-gssapi=/usr</parameter>:
62This parameter adds kerberos 5 support to <filename
63class="libraryfile">libcurl</filename>.</para>
64
65</sect2>
66
67<sect2>
68<title>Contents</title>
69
70<para>The <application>cURL</application> package contains <command>curl</command>, <command>curl-config</command> and the
71<filename class="libraryfile">libcurl</filename> libraries.</para>
72
73</sect2>
74
75<sect2><title>Description</title>
76
77<sect3><title>curl</title>
78<para><command>curl</command> is a client that can get documents from or send documents to
79any of the following protocols: <acronym>HTTP</acronym>,
80<acronym>HTTPS</acronym> (needs <xref linkend="openssl"/>),
81<acronym>FTP</acronym>, GOPHER, DICT, TELNET, <acronym>LDAP</acronym> (needs <xref
82linkend="openldap"/>) or FILE.</para></sect3>
83
84<sect3><title>curl-config</title>
85<para><command>curl-config</command> prints information about the last compile, like
86libraries linked to and prefix setting.</para></sect3>
87
88<sect3><title>libcurl</title>
89<para><filename class="libraryfile">libcurl</filename> provides the functionality of
90<command>curl</command> to other programs.</para></sect3>
91
92</sect2>
93
94</sect1>
95
Note: See TracBrowser for help on using the repository browser.