source: general/genlib/libaio.xml@ eede1a3

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 eede1a3 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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 libaio-download-http "https://ftp.debian.org/debian/pool/main/liba/libaio/libaio_&libaio-version;.orig.tar.xz">
8 <!ENTITY libaio-download-ftp " ">
9 <!ENTITY libaio-md5sum "66e3b7dd255581a73542ee851f8cd737">
10 <!ENTITY libaio-size "40 KB">
11 <!ENTITY libaio-buildsize "1.0 MB">
12 <!ENTITY libaio-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libaio" xreflabel="libaio-&libaio-version;">
16 <?dbhtml filename="libaio.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>libaio-&libaio-version;</title>
23
24 <indexterm zone="libaio">
25 <primary sortas="a-libaio">libaio</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libaio</title>
30
31 <para>
32 The <application>libaio</application> package is an asynchronous I/O
33 facility ("async I/O", or "aio") that has a richer API and capability set
34 than the simple POSIX async I/O facility. This library, libaio, provides
35 the Linux-native API for async I/O. The POSIX async I/O facility
36 requires this library in order to provide kernel-accelerated async I/O
37 capabilities, as do applications which require the Linux-native async I/O
38 API.
39 </para>
40
41 &lfs101_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&libaio-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&libaio-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &libaio-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &libaio-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &libaio-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &libaio-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/libaio"/>
79 </para>
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of libaio</title>
84
85 <para>
86 First, disable the installation of the static library:
87 </para>
88
89<screen><userinput>sed -i '/install.*libaio.a/s/^/#/' src/Makefile</userinput></screen>
90
91 <para>
92 Build <application>libaio</application> by running the following
93 command:
94 </para>
95
96<screen><userinput>make</userinput></screen>
97
98 <para>
99 To test the results, issue: <command>make partcheck</command>.
100 </para>
101
102 <para>
103 Now, install the package as the
104 <systemitem class="username">root</systemitem> user:
105 </para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110<!--
111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
114 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
115 href="../../xincludes/static-libraries.xml"/>
116
117 </sect2>
118-->
119 <sect2 role="content">
120 <title>Contents</title>
121
122 <segmentedlist>
123 <segtitle>Installed Programs</segtitle>
124 <segtitle>Installed Library</segtitle>
125 <segtitle>Installed Directories</segtitle>
126
127 <seglistitem>
128 <seg>
129 None
130 </seg>
131 <seg>
132 libaio.so
133 </seg>
134 <seg>
135 None
136 </seg>
137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
145 <varlistentry id="libaio-lib">
146 <term><filename class="libraryfile">libaio.so</filename></term>
147 <listitem>
148 <para>
149 is the libaio library
150 </para>
151 <indexterm zone="libaio libaio-lib">
152 <primary sortas="c-libaio">libaio.so</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 </variablelist>
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.