source: general/genlib/libidn.xml@ d08a78f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 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 d08a78f was d08a78f, checked in by Randy McMurchy <randy@…>, 18 years ago

Updated the GCC (gcj) dependency in the Libidn instructions to include the gjdoc package also

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

  • Property mode set to 100644
File size: 7.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libidn-download-http "http://josefsson.org/libidn/releases/libidn-&libidn-version;.tar.gz">
8 <!ENTITY libidn-download-ftp "ftp://alpha.gnu.org/pub/gnu/libidn/libidn-&libidn-version;.tar.gz">
9 <!ENTITY libidn-md5sum "d240631c93c7d3a0e93cdf66f536073f">
10 <!ENTITY libidn-size "2.1 MB">
11 <!ENTITY libidn-buildsize "18.4 MB">
12 <!ENTITY libidn-time "0.2 SBU">
13]>
14
15<sect1 id="libidn" xreflabel="libidn-&libidn-version;">
16 <?dbhtml filename="libidn.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">libidn-&libidn-version;.tar</keyword>
23 <keyword role="ftpdir">libidn</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Libidn-&libidn-version;</title>
28
29 <indexterm zone="libidn">
30 <primary sortas="a-Libidn">Libidn</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Libidn</title>
35
36 <para><application>Libidn</application> is a package designed for
37 internationalized string handling based on the <ulink
38 url="http://josefsson.org/cgi-bin/rfcmarkup?url=http://www.ietf.org/rfc/rfc3454.txt">
39 Stringprep</ulink>, <ulink
40 url="http://josefsson.org/cgi-bin/rfcmarkup?url=http://www.ietf.org/rfc/rfc3492.txt">
41 Punycode</ulink>, <ulink
42 url="http://josefsson.org/cgi-bin/rfcmarkup?url=http://www.ietf.org/rfc/rfc3490.txt">
43 IDNA</ulink> and <ulink
44 url="http://josefsson.org/cgi-bin/rfcmarkup?url=http://josefsson.org/cgi-bin/viewcvs.cgi/*checkout*/libidn/doc/specifications/draft-hoffman-idn-reg-02.txt">
45 TLD</ulink> specifications defined by the Internet Engineering Task Force
46 (IETF) Internationalized Domain Names (IDN) working group, used for
47 internationalized domain names. This is useful for converting data from the
48 system's native representation into UTF-8, transforming Unicode strings
49 into ASCII strings, allowing applications to use certain ASCII name labels
50 (beginning with a special prefix) to represent non-ASCII name labels, and
51 converting entire domain names to and from the ASCII Compatible Encoding
52 (ACE) form.</para>
53
54 <bridgehead renderas="sect3">Package Information</bridgehead>
55 <itemizedlist spacing="compact">
56 <listitem>
57 <para>Download (HTTP): <ulink url="&libidn-download-http;"/></para>
58 </listitem>
59 <listitem>
60 <para>Download (FTP): <ulink url="&libidn-download-ftp;"/></para>
61 </listitem>
62 <listitem>
63 <para>Download MD5 sum: &libidn-md5sum;</para>
64 </listitem>
65 <listitem>
66 <para>Download size: &libidn-size;</para>
67 </listitem>
68 <listitem>
69 <para>Estimated disk space required: &libidn-buildsize;</para>
70 </listitem>
71 <listitem>
72 <para>Estimated build time: &libidn-time;</para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Libidn Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional"><xref linkend="emacs"/>,
80 <xref linkend="pkgconfig"/>,
81 <xref linkend="gtk-doc"/>,
82 a Java compiler&mdash;one of (looked for in this order)
83 <xref linkend="gcc"/> (for <command>gcj</command> and you must also have
84 the <ulink url="ftp://ftp.gnu.org/gnu/classpath/">gjdoc</ulink> package
85 installed),
86 <ulink url="http://jikes.sourceforge.net/">Jikes</ulink> or
87 <xref linkend="jdk"/>,
88 and a C# compiler&mdash;<ulink
89 url="http://www.mono-project.com/Main_Page">Mono</ulink> or
90 <ulink url="http://www.southern-storm.com.au/portable_net.html">
91 DotGNU Portable.NET</ulink></para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/libidn"/></para>
95
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of Libidn</title>
100
101 <para>Install <application>Libidn</application> by running the following
102 commands:</para>
103
104<screen><userinput>./configure --prefix=/usr &amp;&amp;
105make</userinput></screen>
106
107 <para>If you have <xref linkend="tetex"/> installed and wish to create a
108 text version of the documentation, issue the following commands:</para>
109
110<screen><userinput>cd doc &amp;&amp;
111makeinfo --plaintext -o libidn.txt libidn.texi &amp;&amp;
112cd ..</userinput></screen>
113
114 <para>To test the results, issue: <command>make check</command>.</para>
115
116 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
117
118<screen role="root"><userinput>make install &amp;&amp;
119find doc -name "Makefile*" -exec rm {} \; &amp;&amp;
120
121install -v -m755 -d \
122 /usr/share/doc/libidn-&libidn-version;/{api,java,specifications,tld} &amp;&amp;
123install -v -m644 doc/components* \
124 doc/libidn.{pdf,ps,html} \
125 /usr/share/doc/libidn-&libidn-version; &amp;&amp;
126install -v -m644 doc/reference/html/* \
127 /usr/share/doc/libidn-&libidn-version;/api &amp;&amp;
128install -v -m644 doc/specifications/* \
129 /usr/share/doc/libidn-&libidn-version;/specifications &amp;&amp;
130install -v -m644 doc/tld/* /usr/share/doc/libidn-&libidn-version;/tld &amp;&amp;
131cp -v -R doc/java/* /usr/share/doc/libidn-&libidn-version;/java</userinput></screen>
132
133 <para>If you created the text documentation, install it using the following
134 command as the <systemitem class="username">root</systemitem> user:</para>
135
136<screen role="root"><userinput>install -v -m644 doc/libidn.txt /usr/share/doc/libidn-&libidn-version;</userinput></screen>
137
138 </sect2>
139
140 <sect2 role="content">
141 <title>Contents</title>
142
143 <segmentedlist>
144 <segtitle>Installed Program</segtitle>
145 <segtitle>Installed Libraries</segtitle>
146 <segtitle>Installed Directory</segtitle>
147
148 <seglistitem>
149 <seg>idn</seg>
150 <seg>libidn.{so,a} and optionally, Java and C# modules</seg>
151 <seg>/usr/share/doc/libidn-&libidn-version;</seg>
152 </seglistitem>
153 </segmentedlist>
154
155 <variablelist>
156 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
157 <?dbfo list-presentation="list"?>
158 <?dbhtml list-presentation="table"?>
159
160 <varlistentry id="idn">
161 <term><command>idn</command></term>
162 <listitem>
163 <para>is a command line interface to the internationalized domain
164 name library.</para>
165 <indexterm zone="libidn idn">
166 <primary sortas="b-idn">idn</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="libidn-lib">
172 <term><filename class='libraryfile'>libidn.{so,a}</filename></term>
173 <listitem>
174 <para> contains a generic Stringprep implementation that does Unicode
175 3.2 NFKC normalization, mapping and prohibitation of characters, and
176 bidirectional character handling. Profiles for Nameprep, iSCSI, SASL
177 and XMPP are included as well as support for Punycode and ASCII
178 Compatible Encoding (ACE) via IDNA. A mechanism to define Top-Level
179 Domain (TLD) specific validation tables, and to compare strings
180 against those tables, as well as default tables for some TLDs are
181 included.</para>
182 <indexterm zone="libidn libidn-lib">
183 <primary sortas="c-libidn">libidn.{so,a}</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 </variablelist>
189
190 </sect2>
191
192</sect1>
Note: See TracBrowser for help on using the repository browser.