source: general/genlib/libuv.xml@ 8f167461

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 8f167461 was 431f388, checked in by Bruce Dubbs <bdubbs@…>, 6 years ago

Update to wayland-protocols-1.14.
Update to libuv-v1.20.3.
Update to libdrm-2.4.92.
Update to dbus-1.12.8.

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

  • Property mode set to 100644
File size: 4.3 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 libuv-download-http "https://dist.libuv.org/dist/v&libuv-version;/libuv-v&libuv-version;.tar.gz">
8 <!ENTITY libuv-download-ftp " ">
9 <!ENTITY libuv-md5sum "dd4a501861bc5f949d08d78801f8477f">
10 <!ENTITY libuv-size "1.1 MB">
11 <!ENTITY libuv-buildsize "12 MB (add 10 MB for tests)">
12 <!ENTITY libuv-time "0.1 SBU (add 1.2 SBU for tests)">
13]>
14
15<sect1 id="libuv" xreflabel="libuv-&libuv-version;">
16 <?dbhtml filename="libuv.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libuv-&libuv-version;</title>
24
25 <indexterm zone="libuv">
26 <primary sortas="a-libuv">libuv</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libuv</title>
31
32 <para>
33 The <application>libuv</application> package is a
34 multi-platform support library with a focus on asynchronous I/O..
35 </para>
36
37 &lfs82_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&libuv-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&libuv-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &libuv-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &libuv-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &libuv-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &libuv-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72<!--
73 <bridgehead renderas="sect3">libuv Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="???"/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <xref linkend="???"/>
83 </para>
84-->
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/libuv"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of libuv</title>
92
93 <para>
94 Install <application>libuv</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>sh autogen.sh &amp;&amp;
99./configure --prefix=/usr --disable-static &amp;&amp;
100make</userinput></screen>
101
102 <para>
103 To execute the test suite, run <command>make check</command>.
104 </para>
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111
112 </sect2>
113
114<!--
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="../../xincludes/static-libraries.xml"/>
120
121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122 href="../../xincludes/gtk-doc-rebuild.xml"/>
123
124 </sect2>
125-->
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Programs</segtitle>
131 <segtitle>Installed Library</segtitle>
132 <segtitle>Installed Directories</segtitle>
133
134 <seglistitem>
135 <seg>
136 None
137 </seg>
138 <seg>
139 libuv.so
140 </seg>
141 <seg>
142 None
143 </seg>
144 </seglistitem>
145 </segmentedlist>
146<!--
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="libuv.so">
153 <term><filename class="libraryfile">libuv.so</filename></term>
154 <listitem>
155 <para>
156 contains the API functions ...
157 </para>
158 <indexterm zone="libuv libuv.so">
159 <primary sortas="c-libuv.so">libuv.so</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 </variablelist>
165-->
166 </sect2>
167
168</sect1>
Note: See TracBrowser for help on using the repository browser.