source: general/genutils/recode.xml@ 82b70873

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 82b70873 was 844c916, checked in by Randy McMurchy <randy@…>, 17 years ago

Minor text cleanup in the Recode instructions

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

  • Property mode set to 100644
File size: 5.4 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 recode-download-http "http://ftp.gnu.org/gnu/recode/recode-&recode-version;.tar.gz">
8 <!ENTITY recode-download-ftp "ftp://ftp.gnu.org/gnu/recode/recode-&recode-version;.tar.gz">
9 <!ENTITY recode-md5sum "be3f40ad2e93dae5cd5f628264bf1877">
10 <!ENTITY recode-size "1.7 MB">
11 <!ENTITY recode-buildsize "24 MB">
12 <!ENTITY recode-time "0.1 SBU">
13]>
14
15<sect1 id="recode" xreflabel="Recode-&recode-version;">
16 <?dbhtml filename="recode.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy: randy $</othername>
20 <date>$Date: 2007-01-19 00:38:19 +0500 (Птн, 19 Янв 2007) $</date>
21 </sect1info>
22
23 <title>Recode-&recode-version;</title>
24
25 <indexterm zone="recode">
26 <primary sortas="a-Recode">Recode</primary>
27 </indexterm>
28
29 <!--Required section-->
30 <sect2 role="package">
31 <title>Introduction to Recode</title>
32
33 <para>The <application>Recode</application> package contains a program for
34 converting text between character sets, and a library that exposes
35 this functionality to other applications. Note that the same functionality
36 (but with different API) is provided by <command>iconv</command>, which is
37 installed in LFS as a part of <application>Glibc</application>.</para>
38
39 <note>
40 <para>The <application>Recode</application> package is no longer
41 maintained upstream. Wishlist bugs such as
42 <ulink url="http://bugs.debian.org/94966"/> will never be fixed.</para>
43 </note>
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>Download (HTTP): <ulink url="&recode-download-http;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download (FTP): <ulink url="&recode-download-ftp;"/></para>
52 </listitem>
53 <listitem>
54 <para>Download MD5 sum: &recode-md5sum;</para>
55 </listitem>
56 <listitem>
57 <para>Download size: &recode-size;</para>
58 </listitem>
59 <listitem>
60 <para>Estimated disk space required: &recode-buildsize;</para>
61 </listitem>
62 <listitem>
63 <para>Estimated build time: &recode-time;</para>
64 </listitem>
65 </itemizedlist>
66
67 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
68 <itemizedlist spacing="compact">
69 <listitem>
70 <para>Required patch: <ulink
71 url="&patch-root;/recode-&recode-version;-fixes-1.patch"/></para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Recode Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional"><xref linkend="python"/>
79 (for the <quote>bigauto</quote> test) and
80 <ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/recode"/></para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of Recode</title>
89
90 <para>Install <application>Recode</application> by running the following
91 commands:</para>
92
93<screen><userinput>patch -Np1 -i ../recode-&recode-version;-fixes-1.patch &amp;&amp;
94./configure --prefix=/usr --without-included-gettext &amp;&amp;
95make</userinput></screen>
96
97 <para>To test the results, issue: <command>make check</command>. The
98 testsuite will warn about the <quote>bigauto</quote> test being
99 skipped. The editors did not attempt to run this test to the end, because
100 it uses obsolete Python constructions.</para>
101
102 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
103
104<screen role="root"><userinput>make install</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="commands">
109 <title>Command Explanations</title>
110
111 <para><parameter>--without-included-gettext</parameter>: This parameter
112 forces the use of <function>gettext</function> implementation provided
113 by <application>Glibc</application> instead of the very old internal copy.
114 The internal copy produces incorrect output in UTF-8 locales.</para>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Program</segtitle>
123 <segtitle>Installed Library</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>recode</seg>
128 <seg>librecode.{so,a}</seg>
129 <seg>None</seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="recode-prog">
139 <term><command>recode</command></term>
140 <listitem>
141 <para>converts text between character sets.</para>
142 <indexterm zone="recode recode-prog">
143 <primary sortas="b-recode">recode</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="librecode">
149 <term><filename class='libraryfile'>librecode.{so,a}</filename></term>
150 <listitem>
151 <para>contains functions for character set conversion.</para>
152 <indexterm zone="recode librecode">
153 <primary sortas="c-librecode">librecode.{so,a}</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 </variablelist>
159
160 </sect2>
161
162</sect1>
Note: See TracBrowser for help on using the repository browser.