source: general/genlib/utfcpp.xml

trunk
Last change on this file was 1241ea19, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag xfce and dependencies

  • Property mode set to 100644
File size: 3.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 utfcpp-download-http "https://github.com/nemtrif/utfcpp/archive/v&utfcpp-version;/utfcpp-&utfcpp-version;.tar.gz">
8 <!ENTITY utfcpp-download-ftp " ">
9 <!ENTITY utfcpp-md5sum "8e0fe13266a7fa02f61340bf399986c3">
10 <!ENTITY utfcpp-size "36 KB">
11 <!ENTITY utfcpp-buildsize "496 KB">
12 <!ENTITY utfcpp-time "less than 0.1 SBU">
13]>
14
15<sect1 id="utfcpp" xreflabel="utfcpp-&utfcpp-version;">
16 <?dbhtml filename="utfcpp.html"?>
17
18 <title>utfcpp-&utfcpp-version;</title>
19
20 <indexterm zone="utfcpp">
21 <primary sortas="a-utfcpp">utfcpp</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to utfcpp</title>
26
27 <para>
28 The <application>utfcpp</application> package contains a set of
29 include files to provide UTF-8 with C++ in a Portable Way.
30 </para>
31
32 &lfs121_checked;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
38 Download (HTTP): <ulink url="&utfcpp-download-http;"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 Download (FTP): <ulink url="&utfcpp-download-ftp;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download MD5 sum: &utfcpp-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download size: &utfcpp-size;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Estimated disk space required: &utfcpp-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &utfcpp-time;
64 </para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">utfcpp Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required">
72 <xref linkend="cmake"/>
73 </para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of utfcpp</title>
79
80 <para>
81 Install <application>utfcpp</application> by running the following
82 commands:
83 </para>
84
85<screen><userinput>mkdir build &amp;&amp;
86cd build &amp;&amp;
87
88cmake -DCMAKE_INSTALL_PREFIX=/usr ..</userinput></screen>
89<!-- Running make does nothing -->
90
91 <para>
92 This package does not come with a test suite.
93 </para>
94
95 <para>
96 Now, as the <systemitem class="username">root</systemitem> user:
97 </para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="content">
104 <title>Contents</title>
105
106 <segmentedlist>
107 <segtitle>Installed Programs</segtitle>
108 <segtitle>Installed Libraries</segtitle>
109 <segtitle>Installed Directories</segtitle>
110
111 <seglistitem>
112 <seg>
113 None
114 </seg>
115 <seg>
116 None
117 </seg>
118 <seg>
119 /usr/include/utfcpp and
120 /usr/share/utfcpp
121 </seg>
122 </seglistitem>
123 </segmentedlist>
124 </sect2>
125</sect1>
Note: See TracBrowser for help on using the repository browser.