source: general/genlib/npth.xml@ b9d6b3b

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since b9d6b3b was 2967716c, checked in by Douglas R. Reno <renodr@…>, 11 months ago

Tags for gnupg

  • Property mode set to 100644
File size: 5.0 KB
RevLine 
[439d67f]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
[8dfc5c3]7 <!ENTITY npth-download-http "&gnupg-http;/npth/npth-&npth-version;.tar.bz2">
[d4e8cd93]8 <!ENTITY npth-download-ftp "&gnupg-ftp;/npth/npth-&npth-version;.tar.bz2">
[14d673a2]9 <!ENTITY npth-download-ftp " ">
[03ac4194]10 <!ENTITY npth-md5sum "375d1a15ad969f32d25f1a7630929854">
[0e7f80e4]11 <!ENTITY npth-size "296 KB">
[03ac4194]12 <!ENTITY npth-buildsize "2.6 MB (with checks)">
[fdaae04]13 <!ENTITY npth-time "less than 0.1 SBU (with checks)">
[439d67f]14]>
15
[fdaae04]16<sect1 id="npth" xreflabel="npth-&npth-version;">
[439d67f]17 <?dbhtml filename="npth.html"?>
18
19
[fdaae04]20 <title>npth-&npth-version;</title>
[439d67f]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
[d56e7df]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>
[439d67f]38
[2967716c]39 &lfs120_checked;
[439d67f]40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[d56e7df]44 <para>
45 Download (HTTP): <ulink url="&npth-download-http;"/>
46 </para>
[439d67f]47 </listitem>
48 <listitem>
[d56e7df]49 <para>
50 Download (FTP): <ulink url="&npth-download-ftp;"/>
51 </para>
[439d67f]52 </listitem>
53 <listitem>
[d56e7df]54 <para>
55 Download MD5 sum: &npth-md5sum;
56 </para>
[439d67f]57 </listitem>
58 <listitem>
[d56e7df]59 <para>
60 Download size: &npth-size;
61 </para>
[439d67f]62 </listitem>
63 <listitem>
[d56e7df]64 <para>
65 Estimated disk space required: &npth-buildsize;
66 </para>
[439d67f]67 </listitem>
68 <listitem>
[d56e7df]69 <para>
70 Estimated build time: &npth-time;
71 </para>
[439d67f]72 </listitem>
73 </itemizedlist>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of NPth</title>
79
[d56e7df]80 <para>
81 Install <application>NPth</application> by running the
82 following commands:
83 </para>
[439d67f]84
85<screen><userinput>./configure --prefix=/usr &amp;&amp;
86make</userinput></screen>
87
[d56e7df]88 <para>
89 To test the results, issue: <command>make check</command>.
90 </para>
[439d67f]91
[d56e7df]92 <para>
93 Now, as the <systemitem class="username">root</systemitem> user:
94 </para>
[439d67f]95
96<screen role="root"><userinput>make install</userinput></screen>
97 </sect2>
98<!--
99 <sect2 role="commands">
100 <title>Command Explanations</title>
101
[d56e7df]102 <para>
103 <command>sed -i 's#$(LOBJS) ...</command>: This <command>sed</command>
104 fixes a race condition in the <filename>Makefile</filename>. It allows
105 running <command>make</command> with multiple jobs (e.g., <command>make
106 -j4</command>).
107 </para>
108
109 <para>
110 <option>-\-disable-static</option>: This option stops it compiling a
111 static version of the library.
112 </para>
113
114 <para>
115 <option>-\-mandir=/usr/share/man</option>: This option puts the man
116 pages in <filename class="directory">/usr/share/man</filename> and not
117 <filename class="directory">/usr/man</filename>.
118 </para>
[439d67f]119 </sect2>-->
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Program</segtitle>
126 <segtitle>Installed Library</segtitle>
127 <segtitle>Installed Directory</segtitle>
128
129 <seglistitem>
130 <seg>npth-config</seg>
131 <seg>libnpth.so</seg>
132 <seg>None</seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="npth-config">
142 <term><command>npth-config</command></term>
143 <listitem>
[d56e7df]144 <para>
145 is a utility used to configure and build applications based on
146 the npth library. It can be used to query the C compiler and
147 linker flags which are required to correctly compile and link the
[4c24eb0a]148 application against the npth library
[d56e7df]149 </para>
[439d67f]150 <indexterm zone="npth npth-config">
151 <primary sortas="b-npth-config">npth-config</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 <varlistentry id="libnpth">
157 <term><filename class="libraryfile">libnpth.so</filename></term>
158 <listitem>
[d56e7df]159 <para>
160 contains the API functions used by the New Portable Threads
[4c24eb0a]161 Library
[d56e7df]162 </para>
[439d67f]163 <indexterm zone="npth libnpth">
164 <primary sortas="c-libnpth">libnpth.so</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168 </variablelist>
169 </sect2>
[4c24eb0a]170
[439d67f]171</sect1>
Note: See TracBrowser for help on using the repository browser.