2011-11-14 06:15:57 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2015-02-19 04:29:05 +08:00
|
|
|
<!ENTITY libunistring-download-http "http://ftp.gnu.org/gnu/libunistring/libunistring-&libunistring-version;.tar.xz">
|
|
|
|
<!ENTITY libunistring-download-ftp "ftp://ftp.gnu.org/gnu/libunistring/libunistring-&libunistring-version;.tar.xz">
|
2016-12-06 04:31:32 +08:00
|
|
|
<!ENTITY libunistring-md5sum "82e0545363d111bfdfec2ddbfe62ffd3">
|
2015-07-10 04:28:09 +08:00
|
|
|
<!ENTITY libunistring-size "1.9 MB">
|
2016-12-06 04:31:32 +08:00
|
|
|
<!ENTITY libunistring-buildsize "43 MB (add 42 MB for tests)">
|
|
|
|
<!ENTITY libunistring-time "0.7 SBU (add 1.4 SBU for tests)">
|
2011-11-14 06:15:57 +08:00
|
|
|
]>
|
|
|
|
|
|
|
|
<sect1 id="libunistring" xreflabel="libunistring-&libunistring-version;">
|
|
|
|
<?dbhtml filename="libunistring.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>libunistring-&libunistring-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="libunistring">
|
|
|
|
<primary sortas="a-libunistring">libunistring</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to libunistring</title>
|
|
|
|
|
|
|
|
<para>libunistring is a library that provides functions for manipulating
|
|
|
|
Unicode strings and for manipulating C strings according to the Unicode
|
|
|
|
standard.</para>
|
2013-02-12 02:51:17 +08:00
|
|
|
|
2017-02-15 08:20:11 +08:00
|
|
|
&lfs80_checked;
|
2011-11-14 06:15:57 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&libunistring-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&libunistring-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &libunistring-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &libunistring-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &libunistring-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &libunistring-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
2012-03-27 07:49:32 +08:00
|
|
|
<bridgehead renderas="sect3">libunistring Dependencies</bridgehead>
|
2011-11-14 06:15:57 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
2015-01-12 06:40:54 +08:00
|
|
|
<para role="optional"><xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
|
|
|
|
(to rebuild the documentation)</para>
|
2011-11-14 06:15:57 +08:00
|
|
|
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/libunistring"/></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of libunistring</title>
|
|
|
|
|
|
|
|
<para>Install <application>libunistring</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
2015-02-19 04:29:05 +08:00
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
|
|
|
--disable-static \
|
|
|
|
--docdir=/usr/share/doc/libunistring-&libunistring-version; &&
|
2011-11-14 06:15:57 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
2013-11-15 05:58:04 +08:00
|
|
|
<para>To test the results, issue: <command>make check</command>.</para>
|
2011-11-14 06:15:57 +08:00
|
|
|
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2015-02-19 04:29:05 +08:00
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
href="../../xincludes/static-libraries.xml"/>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
2011-11-14 06:15:57 +08:00
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>None</seg>
|
2015-02-19 04:29:05 +08:00
|
|
|
<seg>libunistring.so</seg>
|
|
|
|
<seg>
|
|
|
|
/usr/include/unistring and
|
|
|
|
/usr/share/doc/libunistring-&libunistring-version;
|
|
|
|
</seg>
|
2011-11-14 06:15:57 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="libunistring-lib">
|
2015-05-30 05:14:06 +08:00
|
|
|
<term><command>libunistring.so</command></term>
|
2011-11-14 06:15:57 +08:00
|
|
|
<listitem>
|
|
|
|
<para>provides the unicode string library API.</para>
|
|
|
|
<indexterm zone="libunistring libunistring-lib">
|
2015-05-30 05:14:06 +08:00
|
|
|
<primary sortas="c-libunistring-lib">libunistring.so</primary>
|
2011-11-14 06:15:57 +08:00
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
</sect1>
|