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