source: general/genlib/libuv.xml@ 8410c52

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 8410c52 was 0ce4fca, checked in by Bruce Dubbs <bdubbs@…>, 11 months ago

Update to libuv-1.45.0.

  • Property mode set to 100644
File size: 4.9 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 "b4d51391102818e238597e3ee919f577">
10 <!ENTITY libuv-size "1.2 MB">
11 <!ENTITY libuv-buildsize "14 MB (add 14 MB for tests)">
12 <!ENTITY libuv-time "less than 0.1 SBU (add 0.5 SBU for tests)">
13]>
14
15<sect1 id="libuv" xreflabel="libuv-&libuv-version;">
16 <?dbhtml filename="libuv.html"?>
17
18
19 <title>libuv-&libuv-version;</title>
20
21 <indexterm zone="libuv">
22 <primary sortas="a-libuv">libuv</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libuv</title>
27
28 <para>
29 The <application>libuv</application> package is a
30 multi-platform support library with a focus on asynchronous I/O.
31 </para>
32
33 &lfs113_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&libuv-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&libuv-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &libuv-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &libuv-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &libuv-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &libuv-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68<!--
69 <bridgehead renderas="sect3">libuv Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="???"/>
74 </para>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
78 <xref linkend="???"/>
79 </para>
80-->
81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/libuv"/>
83 </para>
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of libuv</title>
88
89 <para>
90 Install <application>libuv</application> by running the following
91 commands:
92 </para>
93
94 <caution>
95 <para>
96 The <command>sh autogen.sh</command> command below fails if the ACLOCAL
97 environment variable is set as specified in <xref linkend="xorg7"/>.
98 If it is used, ACLOCAL needs to be unset for this package and then
99 reset for other packages.
100 </para>
101 </caution>
102
103<!--
104Don't use cmake here to avoid circular dependency
105
106<screen><userinput>sed -i "/TARGETS uv_a ARCHIVE/d" CMakeLists.txt &amp;&amp;
107
108mkdir build &amp;&amp;
109cd build &amp;&amp;
110
111cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
112make </userinput></screen>
113-->
114
115<screen><userinput>sh autogen.sh &amp;&amp;
116./configure --prefix=/usr --disable-static &amp;&amp;
117make </userinput></screen>
118<!--
119 <para>
120 If you want to run the tests, add -DBUILD_TESTING=true to
121 the cmake line above and after building run:
122 <command>make test</command>.
123 </para>
124-->
125 <para>
126 If you want to run the tests, run: <command>make check</command> as
127 a non-root user. <!-- the test suite refuses to run as root -->
128 </para>
129 <para>
130 Now, as the <systemitem class="username">root</systemitem> user:
131 </para>
132
133<screen role="root"><userinput>make install</userinput></screen>
134
135 </sect2>
136
137<!--
138 <sect2 role="commands">
139 <title>Command Explanations</title>
140
141 <para>
142 <command>sed ...</command>: This command disables installation
143 of the static library.
144 </para>
145
146 </sect2>
147-->
148 <sect2 role="content">
149 <title>Contents</title>
150
151 <segmentedlist>
152 <segtitle>Installed Programs</segtitle>
153 <segtitle>Installed Library</segtitle>
154 <segtitle>Installed Directory</segtitle>
155
156 <seglistitem>
157 <seg>
158 None
159 </seg>
160 <seg>
161 libuv.so
162 </seg>
163 <seg>
164 /usr/include/uv
165 </seg>
166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
174 <varlistentry id="libuv.so">
175 <term><filename class="libraryfile">libuv.so</filename></term>
176 <listitem>
177 <para>
178 contains API functions for asynchronous I/O operations
179 </para>
180 <indexterm zone="libuv libuv.so">
181 <primary sortas="c-libuv.so">libuv.so</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 </variablelist>
187
188 </sect2>
189
190</sect1>
Note: See TracBrowser for help on using the repository browser.