source: x/installing/twm.xml@ f58cd213

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.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 f58cd213 was 82bdecf, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Tag Xorg and it's dependencies.
Some misc text tweaks.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21982 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.9 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.bz2">
8 <!ENTITY twm-download-ftp "&xorg-download-ftp;/app/twm-&twm-version;.tar.bz2">
9 <!ENTITY twm-md5sum "e322c08eeb635f924ede5b8eba3db54e">
10 <!ENTITY twm-size "284 KB">
11 <!ENTITY twm-buildsize "3.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 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>twm-&twm-version;</title>
24
25 <indexterm zone="twm">
26 <primary sortas="a-twm">twm</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to twm</title>
31
32 <para>The <application>twm</application> package contains a very minimal
33 window manager.</para>
34
35 &not-katamari;
36
37 &lfs90_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&twm-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&twm-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &twm-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &twm-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &twm-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &twm-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">twm Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="xorg-server"/></para>
65
66 <bridgehead renderas="sect4">Recommended</bridgehead>
67 <para role="recommended"><xref linkend="xorg7-legacy"/></para>
68
69 <para condition="html" role="usernotes">User Notes:
70 <ulink url="&blfs-wiki;/twm"/></para>
71
72 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of twm</title>
76
77 <para>Install <application>twm</application> by running the
78 following commands:</para>
79
80<screen><userinput>sed -i -e '/^rcdir =/s,^\(rcdir = \).*,\1/etc/X11/app-defaults,' src/Makefile.in &amp;&amp;
81./configure $XORG_CONFIG &amp;&amp;
82make</userinput></screen>
83
84 <para>This package does not come with a test suite.</para>
85
86 <para>Now, as the <systemitem class="username">root</systemitem>
87 user:</para>
88
89<screen role="root"><userinput>make install</userinput></screen>
90
91 </sect2>
92
93 <sect2 role="commands">
94 <title>Command Explanations</title>
95 <para><command>sed -i -e '/^rcdir =/s...</command>: This command ensures
96 the <application>twm</application> configuration file gets installed in
97 the proper location.</para>
98 </sect2>
99
100 <sect2 role="content">
101 <title>Contents</title>
102
103 <segmentedlist>
104 <segtitle>Installed Programs</segtitle>
105 <segtitle>Installed Libraries</segtitle>
106 <segtitle>Installed Directory</segtitle>
107
108 <seglistitem>
109 <seg>twm</seg>
110 <seg>None</seg>
111 <seg>/etc/X11/app-defaults</seg>
112 </seglistitem>
113 </segmentedlist>
114
115 <variablelist>
116 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
117 <?dbfo list-presentation="list"?>
118 <?dbhtml list-presentation="table"?>
119
120 <varlistentry id="twm-bin">
121 <term><command>twm</command></term>
122 <listitem>
123 <para>is the Tab Window Manager for the X Window System.</para>
124 <indexterm zone="twm twm">
125 <primary sortas="b-twm">twm</primary>
126 </indexterm>
127 </listitem>
128 </varlistentry>
129
130 </variablelist>
131 </sect2>
132
133</sect1>
Note: See TracBrowser for help on using the repository browser.