source: general/genlib/libptytty.xml@ bf565e06

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since bf565e06 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: 4.0 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 libptytty-download-http "http://dist.schmorp.de/libptytty/libptytty-&libptytty-version;.tar.gz">
8 <!ENTITY libptytty-download-ftp " ">
9 <!ENTITY libptytty-md5sum "2a7f3f3c0d3ef71902da745dc7959529">
10 <!ENTITY libptytty-size "48 KB">
11 <!ENTITY libptytty-buildsize "1.4 MB">
12 <!ENTITY libptytty-time "less than 0.1 SBU">
13
14]>
15
16<sect1 id="libptytty" xreflabel="libptytty-&libptytty-version;">
17 <?dbhtml filename="libptytty.html"?>
18
19
20 <title>libptytty-&libptytty-version;</title>
21
22 <indexterm zone="libptytty">
23 <primary sortas="a-libptytty">libptytty</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to libptytty</title>
28
29 <para>
30 The <application>libptytty</application> package provides a library that
31 allows for OS independent and secure pty/tty and utmp/wtmp/lastlog
32 handling.
33 </para>
34
35 &lfs112_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&libptytty-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&libptytty-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &libptytty-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &libptytty-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &libptytty-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &libptytty-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">libptytty Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="cmake"/>
76 </para>
77
78 <para condition="html" role="usernotes">
79 User Notes: <ulink url="&blfs-wiki;/libptytty"/>
80 </para>
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of libptytty</title>
85
86 <para>
87 Install <application>libptytty</application> by running the following
88 commands:
89 </para>
90
91<screen><userinput>mkdir build &amp;&amp;
92cd build &amp;&amp;
93
94cmake -DCMAKE_INSTALL_PREFIX=/usr \
95 -DCMAKE_BUILD_TYPE=Release \
96 -DPT_UTMP_FILE:STRING=/run/utmp \
97 .. &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 This package does not come with a test suite.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109 </sect2>
110
111 <sect2 role="content">
112 <title>Contents</title>
113
114 <segmentedlist>
115 <segtitle>Installed Programs</segtitle>
116 <segtitle>Installed Libraries</segtitle>
117 <segtitle>Installed Directories</segtitle>
118
119 <seglistitem>
120 <seg>
121 None
122 </seg>
123 <seg>
124 libptytty.so
125 </seg>
126 <seg>
127 None
128 </seg>
129 </seglistitem>
130 </segmentedlist>
131
132 <variablelist>
133 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
134 <?dbfo list-presentation="list"?>
135 <?dbhtml list-presentation="table"?>
136
137 <varlistentry id="libptytty-lib">
138 <term><filename class="libraryfile">libptytty.so</filename></term>
139 <listitem>
140 <para>
141 provides for OS independent and secure pty/tty and utmp/wtmp/lastlog handling
142 </para>
143 <indexterm zone="libptytty libptytty-lib">
144 <primary sortas="c-libptytty">libptytty.so</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148 </variablelist>
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.