mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 21:12:12 +08:00
e2b0dfc0ec
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5681 af4574ff-66df-0310-9fd7-8a98e5e911e0
111 lines
3.4 KiB
XML
111 lines
3.4 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY xterm-download-http " ">
|
|
<!ENTITY xterm-download-ftp "ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz">
|
|
<!ENTITY xterm-md5sum "c75cdbf9395bbc2cd69863fbe7c2e019">
|
|
<!ENTITY xterm-size "745 KB">
|
|
<!ENTITY xterm-buildsize "7.1 MB">
|
|
<!ENTITY xterm-time "0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="xterm2" xreflabel="xterm-&xterm-version;">
|
|
<?dbhtml filename="xterm.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
<keywordset>
|
|
<keyword role="package">xterm-&xterm-version;.tar</keyword>
|
|
<keyword role="ftpdir">xterm</keyword>
|
|
</keywordset>
|
|
</sect1info>
|
|
|
|
<title>xterm-&xterm-version;</title>
|
|
|
|
<indexterm zone="xterm2">
|
|
<primary sortas="a-xterm2">xterm</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to xterm</title>
|
|
|
|
<para><application>xterm</application> is a terminal emulator for
|
|
the X Window System.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&xterm-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&xterm-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &xterm-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &xterm-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &xterm-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &xterm-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">xterm Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para>X (<xref linkend="xorg"/>, <xref linkend="xfree86"/>,
|
|
or Xorg-7.0<!--<xref linkend="xorg7"/>-->)</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of xterm</title>
|
|
|
|
<para>If you've installed the X Window System in any prefix other
|
|
than <filename class="directory">/usr/X11R6</filename>, then execute
|
|
the following command to correct the <envar>PROJECTROOT</envar> variable
|
|
for xterm. Be sure to replace '<replaceable>[prefix]</replaceable>' in the
|
|
following instructions with the installation prefix of your X Window
|
|
System:</para>
|
|
|
|
<screen><userinput>sed -i 's@/usr/X11R6@<replaceable>[prefix]</replaceable>@g' main.h</userinput></screen>
|
|
|
|
<para>Install <application>xterm</application> by running the
|
|
following commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=<replaceable>[prefix]</replaceable> --sysconfdir=/etc \
|
|
--localstatedir=/var &&
|
|
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="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>resize, uxterm, and xterm</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|