source: general/genlib/libsigc++.xml

trunk
Last change on this file was 7c6b7d9c, checked in by Douglas R. Reno <renodr@…>, 9 days ago

libsigc++-2: Minor improvements to the page

  • Add fop as an optional dependency
  • Add the meson-buildtype-release xinclude
  • Update the short description for the libsigc++-2.0 library.
  • Property mode set to 100644
File size: 4.6 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 libsigc-download-http "&gnome-download-http;/libsigc++/&libsigc-minor;/libsigc++-&libsigc-version;.tar.xz">
8 <!ENTITY libsigc-download-ftp " ">
9 <!ENTITY libsigc-md5sum "891f1b2dbaebd8007eda8c639bbe1149">
10 <!ENTITY libsigc-size "4.8 MB">
11 <!ENTITY libsigc-buildsize "27 MB (with tests)">
12 <!ENTITY libsigc-time "0.2 SBU (with tests)">
13]>
14
15<sect1 id="libsigc" xreflabel="libsigc++-&libsigc-version;">
16 <?dbhtml filename="libsigc.html"?>
17
18
19 <title>libsigc++-&libsigc-version;</title>
20
21 <indexterm zone="libsigc">
22 <primary sortas="a-libsigc++">libsigc++</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to libsigc++</title>
27
28 <para>
29 The <application>libsigc++</application> package implements a typesafe
30 callback system for standard C++.
31 </para>
32
33 &lfs121_checked;
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&libsigc-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&libsigc-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &libsigc-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &libsigc-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &libsigc-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &libsigc-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">libsigc++ Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Recommended</bridgehead>
72 <para role="recommended">
73 <xref linkend="boost"/> and
74 <xref linkend="libxslt"/>
75 </para>
76
77 <bridgehead renderas="sect4">Optional</bridgehead>
78 <para role="optional">
79 <xref linkend="docbook-utils"/>,
80 <xref linkend="docbook5"/>,
81 <xref linkend="doxygen"/>,
82 <xref linkend="fop"/>, and
83 <ulink url="&gnome-download-http;/mm-common">mm-common</ulink>
84 </para>
85
86
87 </sect2>
88
89 <sect2 role="installation">
90 <title>Installation of libsigc++</title>
91
92 <para>
93 Install <application>libsigc++</application> by running the following
94 commands:
95 </para>
96
97<screen><userinput>mkdir bld &amp;&amp;
98cd bld &amp;&amp;
99
100meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
101ninja</userinput></screen>
102
103 <para>
104 To test the results, issue: <command>ninja test</command>.
105 </para>
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>ninja install</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
119 href="../../xincludes/meson-buildtype-release.xml"/>
120
121 <para>
122 <option>-Dbuild-documentation=true</option>: Use this switch if
123 <xref role="nodep" linkend="doxygen"/> is installed and you wish to
124 build and install the API documentation.
125 </para>
126
127 </sect2>
128
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Programs</segtitle>
134 <segtitle>Installed Library</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>
139 None
140 </seg>
141 <seg>
142 libsigc-2.0.so
143 </seg>
144 <seg>
145 /usr/{include,lib}/sigc++-2.0 and
146 /usr/share/{devhelp/books,doc}/libsigc++-2.0 (if the documentation is enabled)
147 </seg>
148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="libsigc-2">
157 <term><filename class="libraryfile">libsigc-2.0.so</filename></term>
158 <listitem>
159 <para>
160 provides a typesafe callback system for standard C++
161 </para>
162 <indexterm zone="libsigc libsigc-2">
163 <primary sortas="c-libsigc-2">libsigc-2.0.so</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 </variablelist>
169
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.