glfs/x/installing/twm.xml
Bruce Dubbs 2f3cfb22b8 Tag most of xorg, but 12 drivers remain.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19795 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-02-18 21:04:14 +00:00

131 lines
3.8 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY twm-download-http "&xorg-download-http;/app/twm-&twm-version;.tar.bz2">
<!ENTITY twm-download-ftp "&xorg-download-ftp;/app/twm-&twm-version;.tar.bz2">
<!ENTITY twm-md5sum "59a6f076cdacb5f6945dac809bcf4906">
<!ENTITY twm-size "280 KB">
<!ENTITY twm-buildsize "4.3 MB">
<!ENTITY twm-time "less than 0.1 SBU">
]>
<sect1 id="twm" xreflabel="twm-&twm-version;">
<?dbhtml filename="twm.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>twm-&twm-version;</title>
<indexterm zone="twm">
<primary sortas="a-twm">twm</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to twm</title>
<para>The <application>twm</application> package contains a very minimal
window manager.</para>
&not-katamari;
&lfs82_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&twm-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&twm-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &twm-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &twm-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &twm-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &twm-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">twm Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="xorg-server"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/twm"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of twm</title>
<para>Install <application>twm</application> by running the
following commands:</para>
<screen><userinput>sed -i -e '/^rcdir =/s,^\(rcdir = \).*,\1/etc/X11/app-defaults,' src/Makefile.in &amp;&amp;
./configure $XORG_CONFIG &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>sed -i -e '/^rcdir =/s...</command>: This command ensures
the <application>twm</application> configuration file gets installed in
the proper location.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>twm</seg>
<seg>None</seg>
<seg>/etc/X11/app-defaults</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="twm-bin">
<term><command>twm</command></term>
<listitem>
<para>is the Tab Window Manager for the X Window System.</para>
<indexterm zone="twm twm">
<primary sortas="b-twm">twm</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>