source: general/genlib/libsigc3.xml@ 85a581fd

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 85a581fd was 85a581fd, checked in by Bruce Dubbs <bdubbs@…>, 3 years 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 libsigc3-download-http "&gnome-download-http;/libsigc++/3.0/libsigc++-&libsigc3-version;.tar.xz">
8 <!ENTITY libsigc3-download-ftp "&gnome-download-ftp;/libsigc++/3.0/libsigc++-&libsigc3-version;.tar.xz">
9 <!ENTITY libsigc3-md5sum "7eda63038a9b2073cb5b1c9adf2187b2">
10 <!ENTITY libsigc3-size "776 KB">
11 <!ENTITY libsigc3-buildsize "9.2 MB (with tests)">
12 <!ENTITY libsigc3-time "0.4 SBU (with tests)">
13]>
14
15<sect1 id="libsigc3" xreflabel="libsigc3++-&libsigc3-version;">
16 <?dbhtml filename="libsigc3.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>libsigc++-&libsigc3-version;</title>
23
24 <indexterm zone="libsigc3">
25 <primary sortas="a-libsigc++3">libsigc++3</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to libsigc++3</title>
30
31 <para>
32 The <application>libsigc++3</application> package implements a typesafe
33 callback system for standard C++.
34 </para>
35
36 &lfs110a_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&libsigc3-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&libsigc3-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &libsigc3-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &libsigc3-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &libsigc3-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &libsigc3-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">libsigc3++ 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"/>,
84 <ulink url="http://dblatex.sourceforge.net">dblatex</ulink>, 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++3"/></para>
90
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of libsigc++3</title>
95
96 <para>
97 Install <application>libsigc++3</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 </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-3.0.so
144 </seg>
145 <seg>
146 /usr/{include,lib}/sigc++-3.0 and
147 /usr/share/{devhelp/books,doc}/libsigc++-3.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-3">
158 <term><filename class="libraryfile">libsigc-3.0.so</filename></term>
159 <listitem>
160 <para>
161 contains the <application>libsigc++3</application> API functions
162 </para>
163 <indexterm zone="libsigc3 libsigc-3">
164 <primary sortas="c-libsigc-3">libsigc-3.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.