source: general/genlib/glibmm.xml@ 4c24eb0a

10.1 11.0 11.1 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4c24eb0a was 4c24eb0a, checked in by Pierre Labastie <pieere@…>, 3 years ago

Remove period at the end of short descriptions.
In the process, some attributes in single quotes have been changed to double
quotes, and a few attribute lists have been written on one line instead of
several lines.

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

  • Property mode set to 100644
File size: 4.8 KB
RevLine 
[41700da]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
[c7b1dcc]7 <!ENTITY glibmm-download-http "&gnome-download-http;/glibmm/2.66/glibmm-&glibmm-version;.tar.xz">
8 <!ENTITY glibmm-download-ftp "&gnome-download-ftp;/glibmm/2.66/glibmm-&glibmm-version;.tar.xz">
9 <!ENTITY glibmm-md5sum "e7084e702d87ac9e34a5837f5a500822">
10 <!ENTITY glibmm-size "7.2 MB">
11 <!ENTITY glibmm-buildsize "174 MB (with tests)">
12 <!ENTITY glibmm-time "0.8 SBU (Using parallelism=4; with tests)">
[41700da]13]>
14
[7ded7e3]15<sect1 id="glibmm" xreflabel="GLibmm-&glibmm-version;">
[41700da]16 <?dbhtml filename="glibmm.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[7ded7e3]23 <title>GLibmm-&glibmm-version;</title>
[41700da]24
25 <indexterm zone="glibmm">
[7ded7e3]26 <primary sortas="a-GLibmm">GLibmm</primary>
[41700da]27 </indexterm>
28
29 <sect2 role="package">
[7ded7e3]30 <title>Introduction to GLibmm</title>
[41700da]31
[7ded7e3]32 <para>
33 The <application>GLibmm</application> package is a set of C++ bindings
34 for <application>GLib</application>.
35 </para>
[41700da]36
[87351a9]37 &lfs10_checked;
[9d159b36]38
[41700da]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[7ded7e3]42 <para>
43 Download (HTTP): <ulink url="&glibmm-download-http;"/>
44 </para>
[41700da]45 </listitem>
46 <listitem>
[7ded7e3]47 <para>
48 Download (FTP): <ulink url="&glibmm-download-ftp;"/>
49 </para>
[41700da]50 </listitem>
51 <listitem>
[7ded7e3]52 <para>
53 Download MD5 sum: &glibmm-md5sum;
54 </para>
[41700da]55 </listitem>
56 <listitem>
[7ded7e3]57 <para>
58 Download size: &glibmm-size;
59 </para>
[41700da]60 </listitem>
61 <listitem>
[7ded7e3]62 <para>
63 Estimated disk space required: &glibmm-buildsize;
64 </para>
[41700da]65 </listitem>
66 <listitem>
[7ded7e3]67 <para>
68 Estimated build time: &glibmm-time;
69 </para>
[41700da]70 </listitem>
71 </itemizedlist>
72
[7ded7e3]73 <bridgehead renderas="sect3">GLibmm Dependencies</bridgehead>
[41700da]74
75 <bridgehead renderas="sect4">Required</bridgehead>
[b8a081c]76 <para role="required">
[10a0e29]77 <xref linkend="glib2"/> and
[aa4778c4]78 <xref linkend="libsigc"/>
[b8a081c]79 </para>
[41700da]80
[5d11f8f]81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
[10a0e29]83 <xref linkend="doxygen"/>,
84 <xref linkend="glib-networking"/> (for tests),
[fed88eef]85 <xref linkend="gnutls"/> (for tests),
86 <xref linkend="libxslt"/>, and
87 <ulink url="&gnome-download-http;/mm-common">mm-common</ulink>
[5d11f8f]88 </para>
89
[41700da]90 <para condition="html" role="usernotes">User Notes:
[7ded7e3]91 <ulink url="&blfs-wiki;/glibmm"/>
92 </para>
[41700da]93 </sect2>
94
95 <sect2 role="installation">
[7ded7e3]96 <title>Installation of GLibmm</title>
[41700da]97
[7ded7e3]98 <para>
99 Install <application>GLibmm</application> by running the following
100 commands:
101 </para>
[41700da]102
[9ce2033d]103<screen><userinput>mkdir bld &amp;&amp;
104cd bld &amp;&amp;
105
106meson --prefix=/usr .. &amp;&amp;
107ninja</userinput></screen>
[41700da]108
[7ded7e3]109 <para>
[ef1bd4a3]110 To test the results, issue: <command>ninja test</command>.
[7ded7e3]111 </para>
[41700da]112
[7ded7e3]113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
[41700da]116
[9ce2033d]117<screen role="root"><userinput>ninja install</userinput></screen>
[41700da]118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
[c3c56b2]125 <segtitle>Installed Programs</segtitle>
[41700da]126 <segtitle>Installed Libraries</segtitle>
127 <segtitle>Installed Directories</segtitle>
128
129 <seglistitem>
[c3c56b2]130 <seg>
131 None
132 </seg>
[b8a081c]133 <seg>
134 libgiomm-2.4.so, libglibmm-2.4.so and
135 libglibmm_generate_extra_defs-2.4.so
136 </seg>
137 <seg>
[9ce2033d]138 /usr/lib/g{io,lib}mm-2.4 and
139 /usr/include/g{io,lib}mm-2.4
[b8a081c]140 </seg>
[41700da]141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
[d3e019dc]149 <varlistentry id="libgiomm-2">
150 <term><filename class="libraryfile">libgiomm-2.4.so</filename></term>
[41700da]151 <listitem>
[7ded7e3]152 <para>
[4c24eb0a]153 contains the GIO API classes
[7ded7e3]154 </para>
[d3e019dc]155 <indexterm zone="glibmm libgiomm-2">
156 <primary sortas="c-libgiomm-2">libgiomm-2.4.so</primary>
[41700da]157 </indexterm>
158 </listitem>
159 </varlistentry>
160
[d3e019dc]161 <varlistentry id="libglibmm-2">
162 <term><filename class="libraryfile">libglibmm-2.4.so</filename></term>
[41700da]163 <listitem>
[7ded7e3]164 <para>
[4c24eb0a]165 contains the <application>GLib</application> API classes
[7ded7e3]166 </para>
[d3e019dc]167 <indexterm zone="glibmm libglibmm-2">
168 <primary sortas="c-libglibmm-2">libglibmm-2.4.so</primary>
[41700da]169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 </variablelist>
174
175 </sect2>
176
177</sect1>
Note: See TracBrowser for help on using the repository browser.