source: general/genlib/libsigc++.xml@ 83fbca4

12.0 12.1 gimp3 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 83fbca4 was b474dfa, checked in by Douglas R. Reno <renodr@…>, 17 months ago

Another round of tags

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