source: general/genlib/libidn2.xml@ bf565e06

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since bf565e06 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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