source: general/genlib/libptytty.xml@ 6bc7cd4

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/soup3 xry111/xf86-video-removal
Last change on this file since 6bc7cd4 was 0ddf4e7, checked in by Bruce Dubbs <bdubbs@…>, 21 months ago

Tags

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