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

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
Last change on this file since eede1a3 was d3ad4c0f, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Update packages

Update to Test-Differences-0.68 (Perl module)
Update to bind9-9.16.16
Update to mesa-21.1.1
Update to pipewire-0.3.28
Update to libsigc++-2.10.7 and libsigc++-3.0.7
Update to glibmm-2.66.1

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