source: general/genlib/libsigc++.xml@ bf565e06

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since bf565e06 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 4.7 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 libsigc-download-http "&gnome-download-http;/libsigc++/2.10/libsigc++-&libsigc-version;.tar.xz">
8 <!ENTITY libsigc-download-ftp "&gnome-download-ftp;/libsigc++/2.10/libsigc++-&libsigc-version;.tar.xz">
9 <!ENTITY libsigc-md5sum "fbfb0bbda62c4894493e89520de400c9">
10 <!ENTITY libsigc-size "4.8 MB">
11 <!ENTITY libsigc-buildsize "26 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 &lfs112_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"/>, and
82 <ulink url="&gnome-download-http;/mm-common">mm-common</ulink>
83 </para>
84
85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/libsigc++"/></para>
87
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of libsigc++</title>
92
93 <para>
94 Install <application>libsigc++</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>mkdir bld &amp;&amp;
99cd bld &amp;&amp;
100
101meson --prefix=/usr --buildtype=release .. &amp;&amp;
102ninja</userinput></screen>
103
104 <para>
105 <!--To test the results, issue: <command>ninja test</command>.-->
106 This package does not come with a test suite.
107 </para>
108
109 <para>
110 Now, as the <systemitem class="username">root</systemitem> user:
111 </para>
112
113<screen role="root"><userinput>ninja install</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <para>
121 <option>-Dbuild_documentation=true</option>: Use this switch if
122 <xref role="nodep" linkend="doxygen"/> is installed and you wish to
123 build and install the API documentation.
124 </para>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Library</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>
138 None
139 </seg>
140 <seg>
141 libsigc-2.0.so
142 </seg>
143 <seg>
144 /usr/{include,lib}/sigc++-2.0 and
145 /usr/share/{devhelp/books,doc}/libsigc++-2.0 (if the documentation is enabled)
146 </seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="libsigc-2">
156 <term><filename class="libraryfile">libsigc-2.0.so</filename></term>
157 <listitem>
158 <para>
159 contains the <application>libsigc++</application> API functions
160 </para>
161 <indexterm zone="libsigc libsigc-2">
162 <primary sortas="c-libsigc-2">libsigc-2.0.so</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 </variablelist>
168
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.