source: general/genlib/libuv.xml@ e6b445c

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 e6b445c was e6b445c, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Package Updates.
Update to ruby-3.0.2. Fixes
Update to bluez-5.60. Fixes
Update to libuv-1.41.1. Fixes
Update to libbytesize-2.6. Fixes
Update to mariadb-10.6.3. Fixes

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