source: x/installing/luit.xml

trunk
Last change on this file was 286a2db, checked in by Bruce Dubbs <bdubbs@…>, 2 weeks ago

Move luit from xorg apps to it's own page.

  • Property mode set to 100644
File size: 3.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 luit-download-http "https://invisible-mirror.net/archives/luit/luit-&luit-version;.tgz">
8 <!ENTITY luit-download-ftp " ">
9 <!ENTITY luit-md5sum "b69a0819905ad8dc4bf82d25f24037a4">
10 <!ENTITY luit-size "208 KB">
11 <!ENTITY luit-buildsize "1.8 MB">
12 <!ENTITY luit-time "less than 0.1 SBU">
13]>
14
15<sect1 id="luit" xreflabel="luit-&luit-version;">
16 <?dbhtml filename="luit.html"?>
17
18 <title>luit-&luit-version;</title>
19
20 <indexterm zone="luit">
21 <primary sortas="a-luit">luit</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to luit</title>
26
27 <para>
28 The <application>luit</application> package is a filter
29 that can be run between an arbitrary application and a UTF-8
30 terminal emulator. It will convert application output from the
31 locale’s encoding into UTF‐8, and convert terminal input from
32 UTF‐8 into the locale’s encoding.
33 </para>
34
35 &lfs121_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&luit-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&luit-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &luit-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &luit-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &luit-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &luit-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">luit Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="xorg7-app"/>
76 </para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of luit</title>
82
83 <para>
84 Install <application>luit</application> by running the
85 following commands:
86 </para>
87
88<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
89make</userinput></screen>
90
91 <para>
92 This package does not come with a test suite.
93 </para>
94
95 <para>
96 Now, as the <systemitem class="username">root</systemitem> user:
97 </para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="content">
104 <title>Contents</title>
105
106 <segmentedlist>
107 <segtitle>Installed Programs</segtitle>
108 <segtitle>Installed Libraries</segtitle>
109 <segtitle>Installed Directory</segtitle>
110
111 <seglistitem>
112 <seg>luit</seg>
113 <seg>None</seg>
114 <seg>None</seg>
115 </seglistitem>
116 </segmentedlist>
117
118 </sect2>
119
120</sect1>
Note: See TracBrowser for help on using the repository browser.