Ignore:
Timestamp:
03/10/2020 02:12:43 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
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
Children:
bad2cbca
Parents:
ddc634b
Message:

Format general libraries

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libunistring.xml

    rddc634b rd56e7df  
    3030    <title>Introduction to libunistring</title>
    3131
    32     <para>libunistring is a library that provides functions for manipulating
    33     Unicode strings and for manipulating C strings according to the Unicode
    34     standard.</para>
     32    <para>
     33      <application>libunistring</application> is a library that provides
     34      functions for manipulating Unicode strings and for manipulating C
     35      strings according to the Unicode standard.
     36    </para>
    3537
    3638    &lfs91_checked;
     
    3941    <itemizedlist spacing="compact">
    4042      <listitem>
    41         <para>Download (HTTP): <ulink url="&libunistring-download-http;"/></para>
     43        <para>
     44          Download (HTTP): <ulink url="&libunistring-download-http;"/>
     45        </para>
    4246      </listitem>
    4347      <listitem>
    44         <para>Download (FTP): <ulink url="&libunistring-download-ftp;"/></para>
     48        <para>
     49          Download (FTP): <ulink url="&libunistring-download-ftp;"/>
     50        </para>
    4551      </listitem>
    4652      <listitem>
    47         <para>Download MD5 sum: &libunistring-md5sum;</para>
     53        <para>
     54          Download MD5 sum: &libunistring-md5sum;
     55        </para>
    4856      </listitem>
    4957      <listitem>
    50         <para>Download size: &libunistring-size;</para>
     58        <para>
     59          Download size: &libunistring-size;
     60        </para>
    5161      </listitem>
    5262      <listitem>
    53         <para>Estimated disk space required: &libunistring-buildsize;</para>
     63        <para>
     64          Estimated disk space required: &libunistring-buildsize;
     65        </para>
    5466      </listitem>
    5567      <listitem>
    56         <para>Estimated build time: &libunistring-time;</para>
     68        <para>
     69          Estimated build time: &libunistring-time;
     70        </para>
    5771      </listitem>
    5872    </itemizedlist>
     
    7286    <title>Installation of libunistring</title>
    7387
    74     <para>Install <application>libunistring</application> by running the following
    75     commands:</para>
     88    <para>
     89      Install <application>libunistring</application> by running the following
     90      commands:
     91    </para>
    7692
    7793<screen><userinput>./configure --prefix=/usr    \
     
    8096make</userinput></screen>
    8197
    82     <para>To test the results, issue: <command>make check</command>.</para>
     98    <para>
     99      To test the results, issue: <command>make check</command>.
     100    </para>
    83101
    84     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     102    <para>
     103      Now, as the <systemitem class="username">root</systemitem> user:
     104    </para>
    85105
    86106<screen role="root"><userinput>make install</userinput></screen>
     
    122142        <term><command>libunistring.so</command></term>
    123143        <listitem>
    124           <para>provides the unicode string library API.</para>
     144          <para>
     145            provides the unicode string library API.
     146          </para>
    125147          <indexterm zone="libunistring libunistring-lib">
    126148            <primary sortas="c-libunistring-lib">libunistring.so</primary>
Note: See TracChangeset for help on using the changeset viewer.