source: general/genlib/libsigc3.xml@ 3df8ea47

10.1 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 3df8ea47 was 3df8ea47, checked in by Bruce Dubbs <bdubbs@…>, 3 years ago

Tags for libraries

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24255 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • 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 "8cc0c1df6b7d9c466555f4a2963ab06a">
10 <!ENTITY libsigc3-size "772 KB">
11 <!ENTITY libsigc3-buildsize "33 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 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libsigc++-&libsigc3-version;</title>
24
25 <indexterm zone="libsigc3">
26 <primary sortas="a-libsigc++3">libsigc++3</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libsigc++3</title>
31
32 <para>
33 The <application>libsigc++3</application> package implements a typesafe
34 callback system for standard C++.
35 </para>
36
37 &lfs101_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&libsigc3-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&libsigc3-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &libsigc3-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &libsigc3-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &libsigc3-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &libsigc3-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">libsigc3++ Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="recommended">
77 <xref linkend="boost"/> and
78 <xref linkend="libxslt"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="docbook-utils"/>,
84 <xref linkend="doxygen"/>,
85 <ulink url="http://dblatex.sourceforge.net">dblatex</ulink>, and
86 <ulink url="&gnome-download-http;/mm-common">mm-common</ulink>
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/libsigc++3"/></para>
91
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of libsigc++3</title>
96
97 <para>
98 Install <application>libsigc++3</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>mkdir bld &amp;&amp;
103cd bld &amp;&amp;
104
105meson --prefix=/usr .. &amp;&amp;
106ninja</userinput></screen>
107
108 <para>
109 To test the results, issue: <command>ninja test</command>.
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-3.0.so
145 </seg>
146 <seg>
147 /usr/{include,lib}/sigc++-3.0 and
148 /usr/share/{devhelp/books,doc}/libsigc++-3.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-3">
159 <term><filename class="libraryfile">libsigc-3.0.so</filename></term>
160 <listitem>
161 <para>
162 contains the <application>libsigc++3</application> API functions
163 </para>
164 <indexterm zone="libsigc3 libsigc-3">
165 <primary sortas="c-libsigc-3">libsigc-3.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.