source: general/genlib/npth.xml@ cbcf148

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since cbcf148 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: 5.1 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 npth-download-http "&gnupg-http;/npth/npth-&npth-version;.tar.bz2">
8 <!ENTITY npth-download-ftp "&gnupg-ftp;/npth/npth-&npth-version;.tar.bz2">
9 <!ENTITY npth-download-ftp " ">
10 <!ENTITY npth-md5sum "375d1a15ad969f32d25f1a7630929854">
11 <!ENTITY npth-size "296 KB">
12 <!ENTITY npth-buildsize "2.6 MB (with checks)">
13 <!ENTITY npth-time "less than 0.1 SBU (with checks)">
14]>
15
16<sect1 id="npth" xreflabel="npth-&npth-version;">
17 <?dbhtml filename="npth.html"?>
18
19
20 <title>npth-&npth-version;</title>
21
22 <indexterm zone="npth">
23 <primary sortas="a-NPth">NPth</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to NPth</title>
28
29 <para>
30 The <application>NPth</application> package contains a very portable
31 POSIX/ANSI-C based library for Unix platforms which provides
32 non-preemptive priority-based scheduling for multiple threads of
33 execution (multithreading) inside event-driven applications. All threads
34 run in the same address space of the server application, but each thread
35 has its own individual program-counter, run-time stack, signal mask and
36 errno variable.
37 </para>
38
39 &lfs112_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&npth-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&npth-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &npth-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &npth-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &npth-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &npth-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/npth"/></para>
77 </sect2>
78
79 <sect2 role="installation">
80 <title>Installation of NPth</title>
81
82 <para>
83 Install <application>NPth</application> by running the
84 following commands:
85 </para>
86
87<screen><userinput>./configure --prefix=/usr &amp;&amp;
88make</userinput></screen>
89
90 <para>
91 To test the results, issue: <command>make check</command>.
92 </para>
93
94 <para>
95 Now, as the <systemitem class="username">root</systemitem> user:
96 </para>
97
98<screen role="root"><userinput>make install</userinput></screen>
99 </sect2>
100<!--
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <para>
105 <command>sed -i 's#$(LOBJS) ...</command>: This <command>sed</command>
106 fixes a race condition in the <filename>Makefile</filename>. It allows
107 running <command>make</command> with multiple jobs (e.g., <command>make
108 -j4</command>).
109 </para>
110
111 <para>
112 <option>-\-disable-static</option>: This option stops it compiling a
113 static version of the library.
114 </para>
115
116 <para>
117 <option>-\-mandir=/usr/share/man</option>: This option puts the man
118 pages in <filename class="directory">/usr/share/man</filename> and not
119 <filename class="directory">/usr/man</filename>.
120 </para>
121 </sect2>-->
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Program</segtitle>
128 <segtitle>Installed Library</segtitle>
129 <segtitle>Installed Directory</segtitle>
130
131 <seglistitem>
132 <seg>npth-config</seg>
133 <seg>libnpth.so</seg>
134 <seg>None</seg>
135 </seglistitem>
136 </segmentedlist>
137
138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
143 <varlistentry id="npth-config">
144 <term><command>npth-config</command></term>
145 <listitem>
146 <para>
147 is a utility used to configure and build applications based on
148 the npth library. It can be used to query the C compiler and
149 linker flags which are required to correctly compile and link the
150 application against the npth library
151 </para>
152 <indexterm zone="npth npth-config">
153 <primary sortas="b-npth-config">npth-config</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 <varlistentry id="libnpth">
159 <term><filename class="libraryfile">libnpth.so</filename></term>
160 <listitem>
161 <para>
162 contains the API functions used by the New Portable Threads
163 Library
164 </para>
165 <indexterm zone="npth libnpth">
166 <primary sortas="c-libnpth">libnpth.so</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170 </variablelist>
171 </sect2>
172
173</sect1>
Note: See TracBrowser for help on using the repository browser.