source: general/genlib/icu.xml@ 985d9e0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind 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 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 985d9e0 was 985d9e0, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

ICU-53.1: not anymore broken with clang++.
Revert 'add optional instructions for sqlite-tcl to SQLite-3.8.6'.

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

  • Property mode set to 100644
File size: 12.6 KB
RevLine 
[627a4af]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
[32bd481]7 <!ENTITY icu-download-http
[355495ce]8 "http://download.icu-project.org/files/icu4c/&icu-version;/icu4c-&icu-dl-version;-src.tgz">
[627a4af]9 <!ENTITY icu-download-ftp " ">
[f0cd0274]10 <!ENTITY icu-md5sum "b73baa6fbdfef197608d1f69300919b9">
[e861396]11 <!ENTITY icu-size "23 MB">
[f0cd0274]12 <!ENTITY icu-buildsize "294 MB (additional 25 MB for the tests)">
13 <!ENTITY icu-time "1.2 SBU (additional 1.5 SBU for the tests)">
[627a4af]14]>
15
16<sect1 id="icu" xreflabel="ICU-&icu-version;">
17 <?dbhtml filename="icu.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>ICU-&icu-version;</title>
25
26 <indexterm zone="icu">
27 <primary sortas="a-ICU">ICU</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to ICU</title>
32
[bda3fb1]33 <para>
34 The <application>International Components for Unicode</application> (ICU)
35 package is a mature, widely used set of C/C++ libraries providing Unicode
36 and Globalization support for software applications.
37 <application>ICU</application> is widely portable and gives applications
38 the same results on all platforms.
39 </para>
[627a4af]40
[59d9079]41 &lfs76_checked;
[bd32b6f]42
[627a4af]43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
[bda3fb1]46 <para>
47 Download (HTTP): <ulink url="&icu-download-http;"/>
48 </para>
[627a4af]49 </listitem>
50 <listitem>
[bda3fb1]51 <para>
52 Download (FTP): <ulink url="&icu-download-ftp;"/>
53 </para>
[627a4af]54 </listitem>
55 <listitem>
[bda3fb1]56 <para>
57 Download MD5 sum: &icu-md5sum;
58 </para>
[627a4af]59 </listitem>
60 <listitem>
[bda3fb1]61 <para>
62 Download size: &icu-size;
63 </para>
[627a4af]64 </listitem>
65 <listitem>
[bda3fb1]66 <para>
67 Estimated disk space required: &icu-buildsize;
68 </para>
[627a4af]69 </listitem>
70 <listitem>
[bda3fb1]71 <para>
72 Estimated build time: &icu-time;
73 </para>
[627a4af]74 </listitem>
75 </itemizedlist>
76
[d20238fb]77 <bridgehead renderas="sect3">ICU Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Optional</bridgehead>
80 <para role="optional">
81 <xref linkend="llvm"/> (with Clang)
82 </para>
83
[bda3fb1]84 <para condition="html" role="usernotes">
85 User Notes: <ulink url="&blfs-wiki;/icu"/>
86 </para>
[627a4af]87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of ICU</title>
91
[bda3fb1]92 <para>
93 Install <application>ICU</application> by running the following commands:
94 </para>
[627a4af]95
96<screen><userinput>cd source &amp;&amp;
[985d9e0]97./configure --prefix=/usr &amp;&amp;
[627a4af]98make</userinput></screen>
99
[bda3fb1]100 <para>
101 To test the results, issue: <command>make check</command>.
102 </para>
[627a4af]103
[bda3fb1]104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
[627a4af]107
108<screen role="root"><userinput>make install</userinput></screen>
109 </sect2>
110
[5460a25]111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
114 <para>
[985d9e0]115
116 <envar>CXX=g++</envar>: If you prefer, this environment variable, used in
117 the configure line, forces use of <command>g++</command> compiler insted
118 of <command>clang++</command>, if the latter is installed.
119
[5460a25]120 </para>
121
122 </sect2>
123
[627a4af]124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
129 <segtitle>Installed Libraries</segtitle>
130 <segtitle>Installed Directories</segtitle>
131
132 <seglistitem>
[bda3fb1]133 <seg>
[4abd884]134 derb, genbrk, genccode, gencfu, gencmn, gencnval, gendict, gennorm2,
135 genrb, gensprep, icu-config, icuinfo, icupkg, makeconv, pkgdata and
136 uconv
[bda3fb1]137 </seg>
138 <seg>
139 libicudata.so, libicui18n.so, libicuio.so, libicule.so, libiculx.so,
[355495ce]140 libicutest.so, libicutu.so and libicuuc.so
[bda3fb1]141 </seg>
142 <seg>
[355495ce]143 /usr/include/layout,
144 /usr/include/unicode,
145 /usr/lib/icu and
146 /usr/share/icu
[bda3fb1]147 </seg>
[627a4af]148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="derb">
157 <term><command>derb</command></term>
158 <listitem>
[bda3fb1]159 <para>
160 disassembles a resource bundle.
161 </para>
[627a4af]162 <indexterm zone="icu derb">
163 <primary sortas="b-derb">derb</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="genbrk">
169 <term><command>genbrk</command></term>
170 <listitem>
[bda3fb1]171 <para>
172 compiles ICU break iteration rules source files into binary data
173 files.
174 </para>
[627a4af]175 <indexterm zone="icu genbrk">
176 <primary sortas="b-genbrk">genbrk</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
[4abd884]181 <varlistentry id="genccode">
182 <term><command>genccode</command></term>
183 <listitem>
184 <para>
185 generates C or platform specific assembly code from an ICU data
186 file.
187 </para>
188 <indexterm zone="icu genccode">
189 <primary sortas="b-genccode">genccode</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
[bda3fb1]194 <varlistentry id="gencfu">
[627a4af]195 <term><command>gencfu</command></term>
196 <listitem>
[bda3fb1]197 <para>
198 reads in Unicode confusable character definitions and writes out the
199 binary data.
200 </para>
[627a4af]201 <indexterm zone="icu gencfu">
202 <primary sortas="b-gencfu">gencfu</primary>
203 </indexterm>
204 </listitem>
[bda3fb1]205 </varlistentry>
[627a4af]206
[4abd884]207 <varlistentry id="gencmn">
208 <term><command>gencmn</command></term>
209 <listitem>
210 <para>
211 generates an ICU memory-mappable data file.
212 </para>
213 <indexterm zone="icu gencmn">
214 <primary sortas="b-gencmn">gencmn</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
[627a4af]219 <varlistentry id="gencnval">
220 <term><command>gencnval</command></term>
221 <listitem>
[bda3fb1]222 <para>
[32bd481]223 compiles the converter's aliases file.
[bda3fb1]224 </para>
[627a4af]225 <indexterm zone="icu gencnval">
226 <primary sortas="b-gencnval">gencnval</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
[4abd884]231 <varlistentry id="gendict">
232 <term><command>gendict</command></term>
[627a4af]233 <listitem>
[bda3fb1]234 <para>
[4abd884]235 compiles word list into ICU string trie dictionary.
[bda3fb1]236 </para>
[4abd884]237 <indexterm zone="icu gendict">
238 <primary sortas="b-gendict">gendict</primary>
[627a4af]239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 <varlistentry id="genrb">
244 <term><command>genrb</command></term>
245 <listitem>
[bda3fb1]246 <para>
[32bd481]247 compiles a resource bundle.
[bda3fb1]248 </para>
[627a4af]249 <indexterm zone="icu genrb">
250 <primary sortas="b-genrb">genrb</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
[4abd884]255 <varlistentry id="gensprep">
256 <term><command>gensprep</command></term>
257 <listitem>
258 <para>
259 compiles StringPrep data from filtered RFC 3454 files.
260 </para>
261 <indexterm zone="icu gensprep">
262 <primary sortas="b-gensprep">gensprep</primary>
263 </indexterm>
264 </listitem>
265 </varlistentry>
266
[627a4af]267 <varlistentry id="icu-config">
268 <term><command>icu-config</command></term>
269 <listitem>
[bda3fb1]270 <para>
271 outputs ICU build options.
272 </para>
[627a4af]273 <indexterm zone="icu icu-config">
274 <primary sortas="b-icu-config">icu-config</primary>
275 </indexterm>
276 </listitem>
277 </varlistentry>
278
[bda3fb1]279 <varlistentry id="icuinfo">
280 <term><command>icuinfo</command></term>
281 <listitem>
282 <para>
[32bd481]283 outputs configuration information about the current ICU.
[bda3fb1]284 </para>
285 <indexterm zone="icu icuinfo">
286 <primary sortas="b-icuinfo">icuinfo</primary>
287 </indexterm>
288 </listitem>
289 </varlistentry>
290
[4abd884]291 <varlistentry id="icupkg">
292 <term><command>icupkg</command></term>
293 <listitem>
294 <para>
295 extracts or modifies an ICU .dat archive.
296 </para>
297 <indexterm zone="icu icupkg">
298 <primary sortas="b-icupkg">icupkg</primary>
299 </indexterm>
300 </listitem>
301 </varlistentry>
302
[627a4af]303 <varlistentry id="makeconv">
304 <term><command>makeconv</command></term>
305 <listitem>
[bda3fb1]306 <para>
307 compiles a converter table.
308 </para>
[627a4af]309 <indexterm zone="icu makeconv">
310 <primary sortas="b-makeconv">makeconv</primary>
311 </indexterm>
312 </listitem>
313 </varlistentry>
314
315 <varlistentry id="pkgdata">
316 <term><command>pkgdata</command></term>
317 <listitem>
[bda3fb1]318 <para>
319 packages data for use by ICU.
320 </para>
[627a4af]321 <indexterm zone="icu pkgdata">
322 <primary sortas="b-pkgdata">pkgdata</primary>
323 </indexterm>
324 </listitem>
325 </varlistentry>
326
327 <varlistentry id="uconv">
328 <term><command>uconv</command></term>
329 <listitem>
[bda3fb1]330 <para>
331 converts data from one encoding to another.
332 </para>
[627a4af]333 <indexterm zone="icu uconv">
334 <primary sortas="b-uconv">uconv</primary>
335 </indexterm>
336 </listitem>
337 </varlistentry>
338
339 <varlistentry id="libicudata">
[4abd884]340 <term><filename class="libraryfile">libicudata.so</filename></term>
[627a4af]341 <listitem>
[bda3fb1]342 <para>
343 is the data library.
344 </para>
[627a4af]345 <indexterm zone="icu libicudata">
[099ebaf]346 <primary sortas="c-libicudata">libicudata.so</primary>
[627a4af]347 </indexterm>
348 </listitem>
349 </varlistentry>
350
351 <varlistentry id="libicui18n">
[4abd884]352 <term><filename class="libraryfile">libicui18n.so</filename></term>
[627a4af]353 <listitem>
[bda3fb1]354 <para>
355 is the internationalization (i18n) library.
356 </para>
[627a4af]357 <indexterm zone="icu libicui18n">
[099ebaf]358 <primary sortas="c-libicui18n">libicui18n.so</primary>
[627a4af]359 </indexterm>
360 </listitem>
361 </varlistentry>
362
363 <varlistentry id="libicuio">
[4abd884]364 <term><filename class="libraryfile">libicuio.so</filename></term>
[627a4af]365 <listitem>
[bda3fb1]366 <para>
367 is the ICU I/O (unicode stdio) library.
368 </para>
[627a4af]369 <indexterm zone="icu libicuio">
[099ebaf]370 <primary sortas="c-libicuio">libicuio.so</primary>
[627a4af]371 </indexterm>
372 </listitem>
373 </varlistentry>
374
375 <varlistentry id="libicule">
[4abd884]376 <term><filename class="libraryfile">libicule.so</filename></term>
[627a4af]377 <listitem>
[bda3fb1]378 <para>
379 is the layout engine.
380 </para>
[627a4af]381 <indexterm zone="icu libicule">
[099ebaf]382 <primary sortas="c-libicule">libicule.so</primary>
[627a4af]383 </indexterm>
384 </listitem>
385 </varlistentry>
386
387 <varlistentry id="libiculx">
[4abd884]388 <term><filename class="libraryfile">libiculx.so</filename></term>
[627a4af]389 <listitem>
[bda3fb1]390 <para>
391 is the layout extensions engine.
392 </para>
[627a4af]393 <indexterm zone="icu libiculx">
[099ebaf]394 <primary sortas="c-libiculx">libiculx.so</primary>
[627a4af]395 </indexterm>
396 </listitem>
397 </varlistentry>
398
[bda3fb1]399 <varlistentry id="libicutest">
[4abd884]400 <term><filename class="libraryfile">libicutest.so</filename></term>
[bda3fb1]401 <listitem>
402 <para>
403 is the test library.
404 </para>
405 <indexterm zone="icu libicutest">
406 <primary sortas="c-libicutest">libicutest.so</primary>
407 </indexterm>
408 </listitem>
409 </varlistentry>
410
[627a4af]411 <varlistentry id="libicutu">
[4abd884]412 <term><filename class="libraryfile">libicutu.so</filename></term>
[627a4af]413 <listitem>
[bda3fb1]414 <para>
415 is the tool utility library.
416 </para>
[627a4af]417 <indexterm zone="icu libicutu">
[099ebaf]418 <primary sortas="c-libicutu">libicutu.so</primary>
[627a4af]419 </indexterm>
420 </listitem>
421 </varlistentry>
422
423 <varlistentry id="libicuuc">
[4abd884]424 <term><filename class="libraryfile">libicuuc.so</filename></term>
[627a4af]425 <listitem>
[bda3fb1]426 <para>
427 is the common library.
428 </para>
[627a4af]429 <indexterm zone="icu libicuuc">
[099ebaf]430 <primary sortas="c-libicuuc">libicuuc.so</primary>
[627a4af]431 </indexterm>
432 </listitem>
433 </varlistentry>
[355495ce]434
[627a4af]435 </variablelist>
[355495ce]436
[627a4af]437 </sect2>
[355495ce]438
[627a4af]439</sect1>
Note: See TracBrowser for help on using the repository browser.