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

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 d3ad4c0f 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
RevLine 
[0801c082]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
[56097d1e]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">
[d3ad4c0f]9 <!ENTITY libsigc-md5sum "9e1e9a9796987cbbbc6563c732c723d1">
[8252e757]10 <!ENTITY libsigc-size "4.6 MB">
[d3ad4c0f]11 <!ENTITY libsigc-buildsize "38 MB (with tests)">
[8252e757]12 <!ENTITY libsigc-time "0.2 SBU (with tests)">
[0801c082]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
[d4e57d7f]31 <para>
32 The <application>libsigc++</application> package implements a typesafe
33 callback system for standard C++.
34 </para>
[0801c082]35
[9029db2]36 &lfs101_checked;
[38a2eac]37
[0801c082]38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
[d4e57d7f]41 <para>
42 Download (HTTP): <ulink url="&libsigc-download-http;"/>
43 </para>
[0801c082]44 </listitem>
45 <listitem>
[d4e57d7f]46 <para>
47 Download (FTP): <ulink url="&libsigc-download-ftp;"/>
48 </para>
[0801c082]49 </listitem>
50 <listitem>
[d4e57d7f]51 <para>
52 Download MD5 sum: &libsigc-md5sum;
53 </para>
[0801c082]54 </listitem>
55 <listitem>
[d4e57d7f]56 <para>
57 Download size: &libsigc-size;
58 </para>
[0801c082]59 </listitem>
60 <listitem>
[d4e57d7f]61 <para>
62 Estimated disk space required: &libsigc-buildsize;
63 </para>
[0801c082]64 </listitem>
65 <listitem>
[d4e57d7f]66 <para>
67 Estimated build time: &libsigc-time;
68 </para>
[0801c082]69 </listitem>
70 </itemizedlist>
71
[4644be50]72 <bridgehead renderas="sect3">libsigc++ Dependencies</bridgehead>
73
[8252e757]74 <bridgehead renderas="sect4">Recommended</bridgehead>
75 <para role="recommended">
[fed88eef]76 <xref linkend="boost"/> and
[8252e757]77 <xref linkend="libxslt"/>
78 </para>
79
[4644be50]80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
[fed88eef]82 <xref linkend="docbook-utils"/>,
83 <xref linkend="doxygen"/>, and
84 <ulink url="&gnome-download-http;/mm-common">mm-common</ulink>
[4644be50]85 </para>
86
[d192de30]87 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/libsigc++"/></para>
89
[0801c082]90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of libsigc++</title>
94
[d4e57d7f]95 <para>
96 Install <application>libsigc++</application> by running the following
97 commands:
98 </para>
[0801c082]99
[8252e757]100<screen><userinput>mkdir bld &amp;&amp;
101cd bld &amp;&amp;
102
103meson --prefix=/usr .. &amp;&amp;
104ninja</userinput></screen>
[0801c082]105
[d4e57d7f]106 <para>
[d3ad4c0f]107 <!--To test the results, issue: <command>ninja test</command>.-->
108 This package does not come with a test suite.
[d4e57d7f]109 </para>
[0801c082]110
[d4e57d7f]111 <para>
112 Now, as the <systemitem class="username">root</systemitem> user:
113 </para>
[0801c082]114
[8252e757]115<screen role="root"><userinput>ninja install</userinput></screen>
[0801c082]116
117 </sect2>
[8252e757]118
[2534fb9]119 <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <para>
[8252e757]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.
[2534fb9]126 </para>
127
[8252e757]128 </sect2>
[2534fb9]129
[0801c082]130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
[c3c56b2]134 <segtitle>Installed Programs</segtitle>
[0801c082]135 <segtitle>Installed Library</segtitle>
[b468e12]136 <segtitle>Installed Directories</segtitle>
[0801c082]137
138 <seglistitem>
[c3c56b2]139 <seg>
140 None
141 </seg>
[d4e57d7f]142 <seg>
143 libsigc-2.0.so
144 </seg>
145 <seg>
[9e3c5b9]146 /usr/{include,lib}/sigc++-2.0 and
[8252e757]147 /usr/share/{devhelp/books,doc}/libsigc++-2.0 (if the documentation is enabled)
[d4e57d7f]148 </seg>
[0801c082]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
[d4e57d7f]157 <varlistentry id="libsigc-2">
158 <term><filename class="libraryfile">libsigc-2.0.so</filename></term>
[0801c082]159 <listitem>
[d4e57d7f]160 <para>
[4c24eb0a]161 contains the <application>libsigc++</application> API functions
[d4e57d7f]162 </para>
163 <indexterm zone="libsigc libsigc-2">
164 <primary sortas="c-libsigc-2">libsigc-2.0.so</primary>
[0801c082]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.