source: general/genlib/libsigc++.xml@ 6bc7cd4

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/soup3 xry111/xf86-video-removal
Last change on this file since 6bc7cd4 was 0ddf4e7, checked in by Bruce Dubbs <bdubbs@…>, 21 months ago

Tags

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