source: general/genlib/libsigc++.xml@ 972c6514

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 972c6514 was 03a2986, checked in by Bruce Dubbs <bdubbs@…>, 2 years ago

A package update and some tags.
Update to libqalculate-4.0.0.

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