source: x/installing/twm.xml@ f78981d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 f78981d was f78981d, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Update to xmodmap-1.0.9
Update to twm-1.0.9
Update to xkbevd-1.1.4
Update to xhost-1.0.7
Update to xgamma-1.0.6
Update to xev-1.2.2
Update to xdriinfo-1.0.5
Update to xdpyinfo-1.3.2
Update to setxkbmap-1.3.1
Update to smproxy-1.0.6
Update to xcmsdb-1.0.5
Update to x11perf-1.6.0
Update to xlsatoms-1.1.2

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

  • Property mode set to 100644
File size: 3.8 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 "http://xorg.freedesktop.org/releases/individual/app/twm-&twm-version;.tar.bz2">
8 <!ENTITY twm-download-ftp "ftp://ftp.x.org/pub/individual/app/twm-&twm-version;.tar.bz2">
9 <!ENTITY twm-md5sum "59a6f076cdacb5f6945dac809bcf4906">
10 <!ENTITY twm-size "280 KB">
11 <!ENTITY twm-buildsize "4.3 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 &lfs77_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 <para condition="html" role="usernotes">User Notes:
67 <ulink url="&blfs-wiki;/twm"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of twm</title>
73
74 <para>Install <application>twm</application> by running the
75 following commands:</para>
76
77<screen><userinput>sed -i -e '/^rcdir =/s,^\(rcdir = \).*,\1/etc/X11/app-defaults,' src/Makefile.in &amp;&amp;
78./configure $XORG_CONFIG &amp;&amp;
79make</userinput></screen>
80
81 <para>This package does not come with a test suite.</para>
82
83 <para>Now, as the <systemitem class="username">root</systemitem>
84 user:</para>
85
86<screen role="root"><userinput>make install</userinput></screen>
87
88 </sect2>
89
90 <sect2 role="commands">
91 <title>Command Explanations</title>
92 <para><command>sed -i -e '/^rcdir =/s...</command>: This command ensures
93 the <application>twm</application> configuration file gets installed in
94 the proper location.</para>
95 </sect2>
96
97 <sect2 role="content">
98 <title>Contents</title>
99
100 <segmentedlist>
101 <segtitle>Installed Programs</segtitle>
102 <segtitle>Installed Libraries</segtitle>
103 <segtitle>Installed Directory</segtitle>
104
105 <seglistitem>
106 <seg>twm</seg>
107 <seg>None</seg>
108 <seg>/etc/X11/app-defaults</seg>
109 </seglistitem>
110 </segmentedlist>
111
112 <variablelist>
113 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
114 <?dbfo list-presentation="list"?>
115 <?dbhtml list-presentation="table"?>
116
117 <varlistentry id="twm-bin">
118 <term><command>twm</command></term>
119 <listitem>
120 <para>is the Tab Window Manager for the X Window System.</para>
121 <indexterm zone="twm twm">
122 <primary sortas="b-twm">twm</primary>
123 </indexterm>
124 </listitem>
125 </varlistentry>
126
127 </variablelist>
128 </sect2>
129
130</sect1>
Note: See TracBrowser for help on using the repository browser.