mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
547b9bc65c
Update to xscreensaver-5.40. Update to node-v9.11.2. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20376 af4574ff-66df-0310-9fd7-8a98e5e911e0
141 lines
3.4 KiB
XML
141 lines
3.4 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 c-ares-download-http "https://c-ares.haxx.se/download/c-ares-&c-ares-version;.tar.gz">
|
|
<!ENTITY c-ares-download-ftp " ">
|
|
<!ENTITY c-ares-md5sum "e57b37a7c46283e83c21cde234df10c7">
|
|
<!ENTITY c-ares-size "1.3 MB">
|
|
<!ENTITY c-ares-buildsize "14 MB">
|
|
<!ENTITY c-ares-time "0.3 SBU">
|
|
]>
|
|
|
|
<sect1 id="c-ares" xreflabel="c-ares-&c-ares-version;">
|
|
<?dbhtml filename="c-ares.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy: $</othername>
|
|
<date>$Date: $</date>
|
|
</sect1info>
|
|
|
|
<title>c-ares-&c-ares-version;</title>
|
|
|
|
<indexterm zone="c-ares">
|
|
<primary sortas="a-c-ares">c-ares</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to c-ares</title>
|
|
|
|
<para>
|
|
<application>c-ares</application> is a C library for asynchronous DNS
|
|
requests.
|
|
</para>
|
|
|
|
&lfs83_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&c-ares-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&c-ares-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &c-ares-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &c-ares-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &c-ares-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &c-ares-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of c-ares</title>
|
|
|
|
<para>
|
|
Install <application>c-ares</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package does not include a test suite.
|
|
</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>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/static-libraries.xml"/>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Library</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
libcares.so
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="c-ares-lib">
|
|
<term><filename class='libraryfile'>libcares.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
A C library for asynchronous DNS requests.
|
|
</para>
|
|
<indexterm zone="c-ares c-ares-lib">
|
|
<primary sortas="c-c-ares">c-ares.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|