source: general/genlib/libsigc++.xml@ 7821003

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules 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 7821003 was 7821003, checked in by Ken Moffat <ken@…>, 10 years ago

tags: inkscape and deps, transcode, xfce4-session

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14287 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
[8b5a2d5d]7 <!ENTITY libsigc-download-http "&gnome-download-http;/libsigc++/2.3/libsigc++-&libsigc-version;.tar.xz">
8 <!ENTITY libsigc-download-ftp "&gnome-download-ftp;/libsigc++/2.3/libsigc++-&libsigc-version;.tar.xz">
[b468e12]9 <!ENTITY libsigc-md5sum "e75fbd6f5cc34d058a9dabec96245dc8">
10 <!ENTITY libsigc-size "3.5 MB">
11 <!ENTITY libsigc-buildsize "34 MB (additional 12 MB for the tests)">
12 <!ENTITY libsigc-time "less than 0.1 SBU (additional 0.1 SBU for the 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
[7821003]37 &lfs76_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
[d4e57d7f]81 <para>
82 Install <application>libsigc++</application> by running the following
83 commands:
84 </para>
[0801c082]85
[2534fb9]86<screen><userinput>sed -i '/type_traits.h/i\#include &lt;sigc++/visit_each.h&gt;' \
87 sigc++/macros/limit_reference.h.m4 &amp;&amp;
[ef829b7e]88./configure --prefix=/usr &amp;&amp;
[0801c082]89make</userinput></screen>
90
[d4e57d7f]91 <para>
92 To test the results, issue: <command>make check</command>.
93 </para>
[0801c082]94
[d4e57d7f]95 <para>
96 Now, as the <systemitem class="username">root</systemitem> user:
97 </para>
[0801c082]98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 </sect2>
102
[2534fb9]103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
106 <para>
107 <command>sed -i '/type_traits.h/i\#include &lt;sigc++/visit_each.h&gt;'
108 sigc++/macros/limit_reference.h.m4</command>: This sed fixes a bug
109 which prevents <application>inkscape</application> compiling.
110 </para>
111
112 </sect2>
113
[0801c082]114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
[c3c56b2]118 <segtitle>Installed Programs</segtitle>
[0801c082]119 <segtitle>Installed Library</segtitle>
[b468e12]120 <segtitle>Installed Directories</segtitle>
[0801c082]121
122 <seglistitem>
[c3c56b2]123 <seg>
124 None
125 </seg>
[d4e57d7f]126 <seg>
127 libsigc-2.0.so
128 </seg>
129 <seg>
130 /usr/include/sigc++-2.0,
131 /usr/lib/sigc++-2.0,
[8b5a2d5d]132 /usr/share/devhelp/books/libsigc++-2.0 and
[d4e57d7f]133 /usr/share/doc/libsigc++-2.0
134 </seg>
[0801c082]135 </seglistitem>
136 </segmentedlist>
137
138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
[d4e57d7f]143 <varlistentry id="libsigc-2">
144 <term><filename class="libraryfile">libsigc-2.0.so</filename></term>
[0801c082]145 <listitem>
[d4e57d7f]146 <para>
147 contains the <application>libsigc++</application> API methods.
148 </para>
149 <indexterm zone="libsigc libsigc-2">
150 <primary sortas="c-libsigc-2">libsigc-2.0.so</primary>
[0801c082]151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 </variablelist>
156
157 </sect2>
158
159</sect1>
Note: See TracBrowser for help on using the repository browser.