mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 07:17:15 +08:00
96ffdca09e
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6035 af4574ff-66df-0310-9fd7-8a98e5e911e0
91 lines
2.8 KiB
XML
91 lines
2.8 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 luit-download-http "http://xorg.freedesktop.org/releases/individual/app/luit-&luit-version;.tar.bz2">
|
|
<!ENTITY luit-download-ftp "">
|
|
<!ENTITY luit-md5sum "fbe44e739590d3d73f711bfc8a0e33fd">
|
|
<!ENTITY luit-size "92 KB">
|
|
<!ENTITY luit-buildsize "1 MB">
|
|
<!ENTITY luit-time "0.1 SBU">
|
|
|
|
]>
|
|
|
|
<sect1 id="luit" xreflabel="luit-&luit-version;">
|
|
<?dbhtml filename="luit.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy: dj $</othername>
|
|
<date>$Date: 2006-04-15 23:04:51 -0500 (Sat, 15 Apr 2006) $</date>
|
|
<!-- <keywordset>
|
|
<keyword role="package">X11R&xorg7-version;-src.tar</keyword>
|
|
<keyword role="ftpdir">Xorg7</keyword>
|
|
</keywordset>
|
|
########## Need a way to fix this on the mirrors ##########
|
|
##### Maybe a single tarball is the way to handle it ######
|
|
-->
|
|
|
|
|
|
</sect1info>
|
|
|
|
<title>Luit-&luit-version;</title>
|
|
|
|
<indexterm zone="luit">
|
|
<primary sortas="a-luit">Luit</primary>
|
|
</indexterm>
|
|
|
|
<para><application>Luit</application> provides a filter for displaying and
|
|
converting UTF-8 characters in text console windows.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&luit-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&luit-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &luit-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &luit-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &luit-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &luit-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Luit Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="xorg7-font"/></para>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Luit</title>
|
|
|
|
<para>A patch is required to fix a race condition in
|
|
<application>luit</application> that was discovered shortly after
|
|
release. Download the patch from
|
|
<ulink url="&patch-root;/luit-&luit-version;-race-1.patch"/>.</para>
|
|
|
|
<para>Install luit with the following commands:</para>
|
|
|
|
<screen><userinput>patch -Np1 -i luit-&luit-version;-race-1.patch &&
|
|
./configure $XORG_CONFIG &&
|
|
make</userinput></screen>
|
|
|
|
<para>Now as the <systemitem class="username">root</systemitem>
|
|
user:</para>
|
|
|
|
<screen><userinput role="root">make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|