source: general/genlib/liburcu.xml@ bf565e06

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since bf565e06 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.2 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 liburcu-download-http "https://lttng.org/files/urcu/userspace-rcu-&liburcu-version;.tar.bz2">
8 <!ENTITY liburcu-download-ftp " ">
9 <!ENTITY liburcu-md5sum "e76e7f8ddce0f229cbd870e7ff39193e">
10 <!ENTITY liburcu-size "600 KB">
11 <!ENTITY liburcu-buildsize "22 MB (with tests)">
12 <!ENTITY liburcu-time "0.3 SBU (with tests)">
13
14]>
15
16<sect1 id="liburcu" xreflabel="liburcu-&liburcu-version;">
17 <?dbhtml filename="liburcu.html"?>
18
19
20 <title>liburcu-&liburcu-version;</title>
21
22 <indexterm zone="liburcu">
23 <primary sortas="a-liburcu">liburcu</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to liburcu</title>
28
29 <para>
30 The <application>userspace-rcu</application> package provides
31 a set of userspace RCU (read-copy-update) libraries. These data synchronization
32 libraries provide read-side access which scales linearly with the number of cores.
33 It does so by allowing multiples copies of a given data structure to live at
34 the same time, and by monitoring the data structure accesses to detect grace
35 periods after which memory reclamation is possible.
36 </para>
37
38 &lfs112_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&liburcu-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&liburcu-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &liburcu-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &liburcu-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &liburcu-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &liburcu-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <para condition="html" role="usernotes">
75 User Notes: <ulink url="&blfs-wiki;/liburcu"/>
76 </para>
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of liburcu</title>
81
82 <para>
83 Install <application>liburcu</application> by running the following
84 commands:
85 </para>
86
87<screen><userinput>./configure --prefix=/usr \
88 --disable-static \
89 --docdir=/usr/share/doc/liburcu-&liburcu-version; &amp;&amp;
90make</userinput></screen>
91
92 <para>
93 To test the results, issue: <command>make check</command>.
94 </para>
95
96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
99
100<screen role="root"><userinput>make install</userinput></screen>
101 </sect2>
102
103 <sect2 role="content">
104 <title>Contents</title>
105
106 <segmentedlist>
107 <segtitle>Installed Programs</segtitle>
108 <segtitle>Installed Libraries</segtitle>
109 <segtitle>Installed Directories</segtitle>
110
111 <seglistitem>
112 <seg>
113 None
114 </seg>
115 <seg>
116 liburcu.so,
117 liburcu-bp.so,
118 liburcu-cds.so,
119 liburcu-common.so,
120 liburcu-mb.so,
121 liburcu-memb.so,
122 liburcu-qsbr.so, and
123 liburcu-signal.so
124 </seg>
125 <seg>
126 /usr/include/urcu and
127 /usr/share/doc/liburcu-&liburcu-version;
128 </seg>
129 </seglistitem>
130 </segmentedlist>
131<!--
132 <variablelist>
133 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
134 <?dbfo list-presentation="list"?>
135 <?dbhtml list-presentation="table"?>
136
137 <varlistentry id="liburcu-lib">
138 <term><filename class="libraryfile">liburcu.so</filename></term>
139 <listitem>
140 <para>
141 provides for
142 </para>
143 <indexterm zone="liburcu liburcu-lib">
144 <primary sortas="c-liburcu">liburcu.so</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148 </variablelist>
149-->
150 </sect2>
151
152</sect1>
Note: See TracBrowser for help on using the repository browser.