source: networking/netlibs/libevent.xml@ 17273d0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 17273d0 was 17273d0, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

qpdf-5.0.0.
Update to libwebp-0.3.1.
Update to giflib-4.2.1.

Many LFS-7.3 tags thanks to Jean-Philippe MENGUAL.

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

  • Property mode set to 100644
File size: 7.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 libevent-download-http
8 "https://github.com/downloads/libevent/libevent/libevent-&libevent-version;-stable.tar.gz">
9 <!ENTITY libevent-download-ftp " ">
10 <!ENTITY libevent-md5sum "b2405cc9ebf264aa47ff615d9de527a2">
11 <!ENTITY libevent-size "832 KB">
12 <!ENTITY libevent-buildsize "21 MB">
13 <!ENTITY libevent-time "0.2 SBU">
14]>
15
16<sect1 id="libevent" xreflabel="libevent-&libevent-version;">
17 <?dbhtml filename="libevent.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>libevent-&libevent-version;</title>
25
26 <indexterm zone="libevent">
27 <primary sortas="a-libevent">libevent</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to libevent</title>
32
33 <para>
34 <application>libevent</application> is an asynchronous event notification
35 software library. The <application>libevent</application> API provides a
36 mechanism to execute a callback function when a specific event occurs on
37 a file descriptor or after a timeout has been reached. Furthermore,
38 <application>libevent</application> also supports callbacks due to
39 signals or regular timeouts.
40 </para>
41
42 &lfs73_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&libevent-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&libevent-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &libevent-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &libevent-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &libevent-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &libevent-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">libevent Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Recommended</bridgehead>
81 <para role="recommended">
82 <xref linkend="openssl"/>
83 </para>
84
85 <para condition="html" role="usernotes">
86 User Notes: <ulink url="&blfs-wiki;/libevent"/>
87 </para>
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of libevent</title>
92
93 <para>
94 Install <application>libevent</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 If you have <xref linkend="doxygen"/> installed and wish to build API
103 documentation, issue <command>doxygen Doxyfile</command>.
104 </para>
105
106 <para>
107 To test the results, issue: <command>make check</command>.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115
116 <para>
117 If you built the API documentation, install it by issuing the following
118 commands as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libevent-&libevent-version;/api &amp;&amp;
122cp -v -R doxygen/html/* \
123 /usr/share/doc/libevent-&libevent-version;/api</userinput></screen>
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/static-libraries.xml"/>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Program</segtitle>
139 <segtitle>Installed Libraries</segtitle>
140 <segtitle>Installed Directory</segtitle>
141
142 <seglistitem>
143 <seg>
144 event_rpcgen.py
145 </seg>
146 <seg>
147 libevent_core.so,
148 libevent_extra.so,
149 libevent_openssl.so,
150 libevent_pthreads.so and
151 libevent.so
152 </seg>
153 <seg>
154 /usr/include/event2
155 </seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <!-- Who knows what these things do?
160 <variablelist>
161 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
162 <?dbfo list-presentation="list"?>
163 <?dbhtml list-presentation="table"?>
164
165 <varlistentry id="event_rpcgen.py">
166 <term><command>event_rpcgen.py</command></term>
167 <listitem>
168 <para>
169 does this .....
170 </para>
171 <indexterm zone="libevent event_rpcgen.py">
172 <primary sortas="b-event_rpcgen.py">event_rpcgen.py</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="libevent_core">
178 <term><filename class="libraryfile">libevent_core.so</filename></term>
179 <listitem>
180 <para>
181 contains functions that .....
182 </para>
183 <indexterm zone="libevent libevent_core">
184 <primary sortas="c-libevent_core">libevent_core.so</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188 </variablelist>
189
190 <varlistentry id="libevent_extra">
191 <term><filename class="libraryfile">libevent_extra.so</filename></term>
192 <listitem>
193 <para>
194 contains functions that .....
195 </para>
196 <indexterm zone="libevent libevent_extra">
197 <primary sortas="c-libevent_extra">libevent_extra.so</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201 </variablelist>
202
203 <varlistentry id="libevent_openssl">
204 <term><filename class="libraryfile">libevent_openssl.so</filename></term>
205 <listitem>
206 <para>
207 contains functions that .....
208 </para>
209 <indexterm zone="libevent libevent_openssl">
210 <primary sortas="c-libevent_openssl">libevent_openssl.so</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214 </variablelist>
215
216 <varlistentry id="libevent_pthreads">
217 <term><filename class="libraryfile">libevent_pthreads.so</filename></term>
218 <listitem>
219 <para>
220 contains functions that .....
221 </para>
222 <indexterm zone="libevent libevent_pthreads">
223 <primary sortas="c-libevent_pthreads">libevent_pthreads.so</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227 </variablelist>
228
229 <varlistentry id="libevent-lib">
230 <term><filename class="libraryfile">libevent.so</filename></term>
231 <listitem>
232 <para>
233 contains functions that .....
234 </para>
235 <indexterm zone="libevent libevent-lib">
236 <primary sortas="c-libevent">libevent.so</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 </variablelist> -->
242
243 </sect2>
244
245</sect1>
Note: See TracBrowser for help on using the repository browser.