source: general/genlib/libunistring.xml@ c3d8e34

12.1 ken/TL2024 lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since c3d8e34 was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 8 months ago

Remove all ftp urls

neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...

  • Property mode set to 100644
File size: 4.3 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 libunistring-download-http "&gnu-http;/libunistring/libunistring-&libunistring-version;.tar.xz">
8 <!ENTITY libunistring-download-ftp " ">
9 <!ENTITY libunistring-md5sum "0dfba19989ae06b8e7a49a7cd18472a1">
10 <!ENTITY libunistring-size "2.3 MB">
11 <!ENTITY libunistring-buildsize "51 MB (add 56 MB for tests)">
12 <!ENTITY libunistring-time "0.4 SBU (Using parallelism=4; add 1.0 SBU for tests)">
13]>
14
15<sect1 id="libunistring" xreflabel="libunistring-&libunistring-version;">
16 <?dbhtml filename="libunistring.html"?>
17
18
19 <title>libunistring-&libunistring-version;</title>
20
21 <indexterm zone="libunistring">
22 <primary sortas="a-libunistring">libunistring</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libunistring</title>
27
28 <para>
29 <application>libunistring</application> is a library that provides
30 functions for manipulating Unicode strings and for manipulating C
31 strings according to the Unicode standard.
32 </para>
33
34 &lfs120_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&libunistring-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&libunistring-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &libunistring-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &libunistring-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &libunistring-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &libunistring-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">libunistring Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional">
74 <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
75 (to rebuild the documentation)
76 </para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of libunistring</title>
82
83 <para>
84 Install <application>libunistring</application> by running the following
85 commands:
86 </para>
87
88<screen><userinput>./configure --prefix=/usr \
89 --disable-static \
90 --docdir=/usr/share/doc/libunistring-&libunistring-version; &amp;&amp;
91make</userinput></screen>
92
93 <para>
94 To test the results, issue: <command>make check</command>.
95 </para>
96
97 <para>
98 Now, as the <systemitem class="username">root</systemitem> user:
99 </para>
100
101<screen role="root"><userinput>make install</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
109 href="../../xincludes/static-libraries.xml"/>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title>Contents</title>
115
116 <segmentedlist>
117 <segtitle>Installed Programs</segtitle>
118 <segtitle>Installed Libraries</segtitle>
119 <segtitle>Installed Directory</segtitle>
120
121 <seglistitem>
122 <seg>None</seg>
123 <seg>libunistring.so</seg>
124 <seg>
125 /usr/include/unistring and
126 /usr/share/doc/libunistring-&libunistring-version;
127 </seg>
128 </seglistitem>
129 </segmentedlist>
130
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="libunistring-lib">
137 <term><command>libunistring.so</command></term>
138 <listitem>
139 <para>
140 provides the unicode string library API
141 </para>
142 <indexterm zone="libunistring libunistring-lib">
143 <primary sortas="c-libunistring-lib">libunistring.so</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 </variablelist>
149
150 </sect2>
151
152</sect1>
Note: See TracBrowser for help on using the repository browser.