mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
3f2db3a638
They only contain a date tag that is nowhere used.
171 lines
4.7 KiB
XML
171 lines
4.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libsigc3-download-http "&gnome-download-http;/libsigc++/3.0/libsigc++-&libsigc3-version;.tar.xz">
|
|
<!ENTITY libsigc3-download-ftp "&gnome-download-ftp;/libsigc++/3.0/libsigc++-&libsigc3-version;.tar.xz">
|
|
<!ENTITY libsigc3-md5sum "7eda63038a9b2073cb5b1c9adf2187b2">
|
|
<!ENTITY libsigc3-size "776 KB">
|
|
<!ENTITY libsigc3-buildsize "9.2 MB (with tests)">
|
|
<!ENTITY libsigc3-time "0.4 SBU (with tests)">
|
|
]>
|
|
|
|
<sect1 id="libsigc3" xreflabel="libsigc3++-&libsigc3-version;">
|
|
<?dbhtml filename="libsigc3.html"?>
|
|
|
|
|
|
<title>libsigc++-&libsigc3-version;</title>
|
|
|
|
<indexterm zone="libsigc3">
|
|
<primary sortas="a-libsigc++3">libsigc++3</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to libsigc++3</title>
|
|
|
|
<para>
|
|
The <application>libsigc++3</application> package implements a typesafe
|
|
callback system for standard C++.
|
|
</para>
|
|
|
|
&lfs110a_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&libsigc3-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&libsigc3-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &libsigc3-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &libsigc3-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &libsigc3-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &libsigc3-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">libsigc3++ Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="boost"/> and
|
|
<xref linkend="libxslt"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="docbook-utils"/>,
|
|
<xref linkend="doxygen"/>,
|
|
<ulink url="http://dblatex.sourceforge.net">dblatex</ulink>, and
|
|
<ulink url="&gnome-download-http;/mm-common">mm-common</ulink>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/libsigc++3"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of libsigc++3</title>
|
|
|
|
<para>
|
|
Install <application>libsigc++3</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir bld &&
|
|
cd bld &&
|
|
|
|
meson --prefix=/usr --buildtype=release .. &&
|
|
ninja</userinput></screen>
|
|
|
|
<para>
|
|
To test the results, issue: <command>ninja test</command>.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>ninja install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<option>-Dbuild_documentation=true</option>: Use this switch if
|
|
<xref role="nodep" linkend="doxygen"/> is installed and you wish to
|
|
build and install the API documentation.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
libsigc-3.0.so
|
|
</seg>
|
|
<seg>
|
|
/usr/{include,lib}/sigc++-3.0 and
|
|
/usr/share/{devhelp/books,doc}/libsigc++-3.0 (if the documentation is enabled)
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libsigc-3">
|
|
<term><filename class="libraryfile">libsigc-3.0.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>libsigc++3</application> API functions
|
|
</para>
|
|
<indexterm zone="libsigc3 libsigc-3">
|
|
<primary sortas="c-libsigc-3">libsigc-3.0.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|