source: general/genlib/libptytty.xml@ 8afd065

11.1 11.2 11.3 12.0 12.1 12.2 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 8afd065 was 5431aad, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Package updates and two nw libraries.
Update to wayland-protocols-1.24.
Update to docutils-0.18.1.
Update to rxvt-unicode-9.29.
Added libptytty-2.0 required by rxvt-unicode-9.29.
Update to wireshark-3.6.0.
Update to libjpeg-turbo-2.1.2.
Update to php-8.0.13.
Update to xfsprogs-5.14.0.
Added userspace-rcu-0.13.0 (iburcu) required by xfsprogs-5.14.0.
Update to cmake-3.22.0.

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