source: general/genlib/libidn2.xml@ 2e4d2f37

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 2e4d2f37 was 4de23175, checked in by Douglas R. Reno <renodr@…>, 4 years ago

A few tags

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

  • Property mode set to 100644
File size: 5.2 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 libidn2-download-http "&gnu-http;/libidn/libidn2-&libidn2-version;.tar.gz">
8 <!ENTITY libidn2-download-ftp "&gnu-ftp;/libidn/libidn2-&libidn2-version;.tar.gz">
9 <!ENTITY libidn2-md5sum "01c5084995295e519f95978ae9785ee0">
10 <!ENTITY libidn2-size "2.1 MB">
11 <!ENTITY libidn2-buildsize "21 MB (with tests)">
12 <!ENTITY libidn2-time "0.1 SBU (with tests)">
13]>
14
15<!-- Try to keep the indentation used in this file-->
16<sect1 id="libidn2" xreflabel="libidn2-&libidn2-version;">
17 <?dbhtml filename="libidn2.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>libidn2-&libidn2-version;</title>
25
26 <indexterm zone="libidn2">
27 <primary sortas="a-libidn2">libidn2</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to libidn2</title>
32
33 <para>
34 <application>libidn2</application> is a package designed for
35 internationalized string handling based on standards from the
36 Internet Engineering Task Force (IETF)'s IDN working group, designed for
37 internationalized domain names.
38 </para>
39
40 &lfs91_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&libidn2-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&libidn2-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &libidn2-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &libidn2-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &libidn2-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &libidn2-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">libidn2 Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="libunistring"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
85 <xref linkend="git"/> and
86 <xref linkend="gtk-doc"/>
87 </para>
88
89 <para condition="html" role="usernotes">
90 User Notes: <ulink url="&blfs-wiki;/libidn2"/>
91 </para>
92 </sect2>
93
94 <!--Required section-->
95 <sect2 role="installation">
96 <title>Installation of libidn2</title>
97
98 <para>
99 Install <application>libidn2</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
104make</userinput></screen>
105
106 <para>
107 To test the results, issue: <command>make check</command>.
108 </para>
109
110 <para>
111 Now, as the <systemitem class="username">root</systemitem> user:
112 </para>
113
114<screen role="root"><userinput>make install</userinput></screen>
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="../../xincludes/static-libraries.xml"/>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/gtk-doc-rebuild.xml"/>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Program</segtitle>
133 <segtitle>Installed Library</segtitle>
134 <segtitle>Installed Directory</segtitle>
135
136 <seglistitem>
137 <seg>
138 libidn2
139 </seg>
140 <seg>
141 libidn2.so
142 </seg>
143 <seg>
144 /usr/share/gtk-doc/html/libidn2
145 </seg>
146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <!-- If the program or library name conflicts (is the same) as the
155 package name, add -prog or -lib to the varlistentry entity id
156 and the 2nd entry of the indexterm zone entity -->
157
158 <varlistentry id="idn2">
159 <term><command>idn2</command></term>
160 <listitem>
161 <para>
162 is a command line interface to the internationalized domain
163 library.
164 </para>
165 <indexterm zone="libidn2 idn2">
166 <primary sortas="b-idn2">idn2</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="libidn2-lib">
172 <term><filename class="libraryfile">libidn2.so</filename></term>
173 <listitem>
174 <para>
175 contains a generic Stringprep implementation used for
176 internationalized string handling.
177 </para>
178 <indexterm zone="libidn2 libidn2-lib">
179 <primary sortas="c-libidn2">libidn2.so</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183 </variablelist>
184 </sect2>
185</sect1>
Note: See TracBrowser for help on using the repository browser.