source: general/genlib/libsigc++.xml@ 4644be50

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.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 4644be50 was 4644be50, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Update to libsigc++-2.10.2

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

  • 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
[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">
[4644be50]9 <!ENTITY libsigc-md5sum "1b067bfae0b502e6a5127336cb09d2dd">
10 <!ENTITY libsigc-size "3.8 MB">
11 <!ENTITY libsigc-buildsize "65 MB (with tests)">
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 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libsigc++-&libsigc-version;</title>
24
25 <indexterm zone="libsigc">
26 <primary sortas="a-libsigc++">libsigc++</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libsigc++</title>
31
[d4e57d7f]32 <para>
33 The <application>libsigc++</application> package implements a typesafe
34 callback system for standard C++.
35 </para>
[0801c082]36
[7b20b74]37 &lfs84_checked;
[38a2eac]38
[0801c082]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[d4e57d7f]42 <para>
43 Download (HTTP): <ulink url="&libsigc-download-http;"/>
44 </para>
[0801c082]45 </listitem>
46 <listitem>
[d4e57d7f]47 <para>
48 Download (FTP): <ulink url="&libsigc-download-ftp;"/>
49 </para>
[0801c082]50 </listitem>
51 <listitem>
[d4e57d7f]52 <para>
53 Download MD5 sum: &libsigc-md5sum;
54 </para>
[0801c082]55 </listitem>
56 <listitem>
[d4e57d7f]57 <para>
58 Download size: &libsigc-size;
59 </para>
[0801c082]60 </listitem>
61 <listitem>
[d4e57d7f]62 <para>
63 Estimated disk space required: &libsigc-buildsize;
64 </para>
[0801c082]65 </listitem>
66 <listitem>
[d4e57d7f]67 <para>
68 Estimated build time: &libsigc-time;
69 </para>
[0801c082]70 </listitem>
71 </itemizedlist>
72
[4644be50]73 <bridgehead renderas="sect3">libsigc++ Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional">
77 <xref linkend="doxygen"/> and
78 <xref linkend="libxslt"/> (for documentation)
79 </para>
80
[d192de30]81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/libsigc++"/></para>
83
[0801c082]84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of libsigc++</title>
88
[9a363500]89 <para>
90 First, fix the documentation directory name:
91 </para>
92
93<screen><userinput>sed -e '/^libdocdir =/ s/$(book_name)/libsigc++-&libsigc-version;/' -i docs/Makefile.in</userinput></screen>
94
[d4e57d7f]95 <para>
96 Install <application>libsigc++</application> by running the following
97 commands:
98 </para>
[0801c082]99
[837e96ed]100<screen><userinput>./configure --prefix=/usr &amp;&amp;
[0801c082]101make</userinput></screen>
102
[d4e57d7f]103 <para>
104 To test the results, issue: <command>make check</command>.
105 </para>
[0801c082]106
[d4e57d7f]107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
[0801c082]110
111<screen role="root"><userinput>make install</userinput></screen>
112
113 </sect2>
[a5416837]114<!--
[2534fb9]115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <para>
[f3429309]119 <command>sed -i '/type_traits.h/i\#include &lt;sigc++/visit_each.h&gt;'
[2534fb9]120 sigc++/macros/limit_reference.h.m4</command>: This sed fixes a bug
121 which prevents <application>inkscape</application> compiling.
122 </para>
123
[a5416837]124 </sect2>-->
[2534fb9]125
[0801c082]126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
[c3c56b2]130 <segtitle>Installed Programs</segtitle>
[0801c082]131 <segtitle>Installed Library</segtitle>
[b468e12]132 <segtitle>Installed Directories</segtitle>
[0801c082]133
134 <seglistitem>
[c3c56b2]135 <seg>
136 None
137 </seg>
[d4e57d7f]138 <seg>
139 libsigc-2.0.so
140 </seg>
141 <seg>
[9e3c5b9]142 /usr/{include,lib}/sigc++-2.0 and
143 /usr/share/{devhelp/books,doc}/libsigc++-2.0
[d4e57d7f]144 </seg>
[0801c082]145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
[d4e57d7f]153 <varlistentry id="libsigc-2">
154 <term><filename class="libraryfile">libsigc-2.0.so</filename></term>
[0801c082]155 <listitem>
[d4e57d7f]156 <para>
[e9370d0]157 contains the <application>libsigc++</application> API functions.
[d4e57d7f]158 </para>
159 <indexterm zone="libsigc libsigc-2">
160 <primary sortas="c-libsigc-2">libsigc-2.0.so</primary>
[0801c082]161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 </variablelist>
166
167 </sect2>
168
169</sect1>
Note: See TracBrowser for help on using the repository browser.