source: general/genlib/libsigc++.xml@ 7b20b74

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 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 7b20b74 was 7b20b74, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Tags -- mostly General Libraries

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

  • Property mode set to 100644
File size: 4.3 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">
[572609a6]9 <!ENTITY libsigc-md5sum "549cffbdb72fa105b782756f2713ffc7">
10 <!ENTITY libsigc-size "3.9 MB">
11 <!ENTITY libsigc-buildsize "49 MB (with tests)">
[e4570711]12 <!ENTITY libsigc-time "0.3 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
[d192de30]73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/libsigc++"/></para>
75
[0801c082]76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of libsigc++</title>
80
[9a363500]81 <para>
82 First, fix the documentation directory name:
83 </para>
84
85<screen><userinput>sed -e '/^libdocdir =/ s/$(book_name)/libsigc++-&libsigc-version;/' -i docs/Makefile.in</userinput></screen>
86
[d4e57d7f]87 <para>
88 Install <application>libsigc++</application> by running the following
89 commands:
90 </para>
[0801c082]91
[837e96ed]92<screen><userinput>./configure --prefix=/usr &amp;&amp;
[0801c082]93make</userinput></screen>
94
[d4e57d7f]95 <para>
96 To test the results, issue: <command>make check</command>.
97 </para>
[0801c082]98
[d4e57d7f]99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
[0801c082]102
103<screen role="root"><userinput>make install</userinput></screen>
104
105 </sect2>
[a5416837]106<!--
[2534fb9]107 <sect2 role="commands">
108 <title>Command Explanations</title>
109
110 <para>
[f3429309]111 <command>sed -i '/type_traits.h/i\#include &lt;sigc++/visit_each.h&gt;'
[2534fb9]112 sigc++/macros/limit_reference.h.m4</command>: This sed fixes a bug
113 which prevents <application>inkscape</application> compiling.
114 </para>
115
[a5416837]116 </sect2>-->
[2534fb9]117
[0801c082]118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
[c3c56b2]122 <segtitle>Installed Programs</segtitle>
[0801c082]123 <segtitle>Installed Library</segtitle>
[b468e12]124 <segtitle>Installed Directories</segtitle>
[0801c082]125
126 <seglistitem>
[c3c56b2]127 <seg>
128 None
129 </seg>
[d4e57d7f]130 <seg>
131 libsigc-2.0.so
132 </seg>
133 <seg>
[9e3c5b9]134 /usr/{include,lib}/sigc++-2.0 and
135 /usr/share/{devhelp/books,doc}/libsigc++-2.0
[d4e57d7f]136 </seg>
[0801c082]137 </seglistitem>
138 </segmentedlist>
139
140 <variablelist>
141 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
142 <?dbfo list-presentation="list"?>
143 <?dbhtml list-presentation="table"?>
144
[d4e57d7f]145 <varlistentry id="libsigc-2">
146 <term><filename class="libraryfile">libsigc-2.0.so</filename></term>
[0801c082]147 <listitem>
[d4e57d7f]148 <para>
[e9370d0]149 contains the <application>libsigc++</application> API functions.
[d4e57d7f]150 </para>
151 <indexterm zone="libsigc libsigc-2">
152 <primary sortas="c-libsigc-2">libsigc-2.0.so</primary>
[0801c082]153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 </variablelist>
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.