source: x/installing/twm.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: 4.1 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 twm-download-http "&xorg-download-http;/app/twm-&twm-version;.tar.xz">
8 <!ENTITY twm-download-ftp "&xorg-download-ftp;/app/twm-&twm-version;.tar.xz">
9 <!ENTITY twm-md5sum "e2a92734871575b01308e62822915981">
10 <!ENTITY twm-size "256 KB">
11 <!ENTITY twm-buildsize "4.7 MB">
12 <!ENTITY twm-time "less than 0.1 SBU">
13]>
14
15<sect1 id="twm" xreflabel="twm-&twm-version;">
16 <?dbhtml filename="twm.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>twm-&twm-version;</title>
23
24 <indexterm zone="twm">
25 <primary sortas="a-twm">twm</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to twm</title>
30
31 <para>
32 The <application>twm</application> package contains a very minimal
33 window manager.
34 </para>
35
36 &not-katamari;
37
38 &lfs101_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&twm-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&twm-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &twm-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &twm-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &twm-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &twm-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">twm Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="xorg-server"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="xorg7-legacy"/>
84 </para>
85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/twm"/></para>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of twm</title>
93
94 <para>
95 Install <application>twm</application> by running the
96 following commands:
97 </para>
98
99<screen><userinput>sed -i -e '/^rcdir =/s,^\(rcdir = \).*,\1/etc/X11/app-defaults,' src/Makefile.in &amp;&amp;
100./configure $XORG_CONFIG &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
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117 <para>
118 <command>sed -i -e '/^rcdir =/s...</command>: This command ensures
119 the <application>twm</application> configuration file gets installed in
120 the proper location.
121 </para>
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
129 <segtitle>Installed Libraries</segtitle>
130 <segtitle>Installed Directory</segtitle>
131
132 <seglistitem>
133 <seg>twm</seg>
134 <seg>None</seg>
135 <seg>/etc/X11/app-defaults</seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="twm-bin">
145 <term><command>twm</command></term>
146 <listitem>
147 <para>
148 is the Tab Window Manager for the X Window System
149 </para>
150 <indexterm zone="twm twm">
151 <primary sortas="b-twm">twm</primary>
152 </indexterm>
153 </listitem>
154 </varlistentry>
155
156 </variablelist>
157 </sect2>
158
159</sect1>
Note: See TracBrowser for help on using the repository browser.