source: gnome/platform/libgee.xml@ 182b953

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 182b953 was 93854a0c, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Tag the rest of GNOME Libraries and start on GNOME Desktop

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

  • Property mode set to 100644
File size: 4.4 KB
Line 
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
7 <!ENTITY libgee-download-http "&gnome-download-http;/libgee/0.20/libgee-&libgee-version;.tar.xz">
8 <!ENTITY libgee-download-ftp "&gnome-download-ftp;/libgee/0.20/libgee-&libgee-version;.tar.xz">
9 <!ENTITY libgee-md5sum "66a4bfb6d7b03248acb99d140aac127d">
10 <!ENTITY libgee-size "664 KB">
11 <!ENTITY libgee-buildsize "192 MB (with tests)">
12 <!ENTITY libgee-time "0.8 SBU (with tests)">
13]>
14
15<sect1 id="libgee" xreflabel="libgee-&libgee-version;" revision="systemd">
16 <?dbhtml filename="libgee.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libgee-&libgee-version;</title>
24
25 <indexterm zone="libgee">
26 <primary sortas="a-libgee">libgee</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libgee</title>
31
32 <para>
33 The <application>libgee</application> package is a collection library
34 providing GObject based interfaces and classes for commonly used data
35 structures.
36 </para>
37
38 &lfs81_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&libgee-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&libgee-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &libgee-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &libgee-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &libgee-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &libgee-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">libgee Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="glib2"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="gobject-introspection"/> and
84 <xref linkend="vala"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <ulink url="http://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink> and
90 <ulink url="http://www.valadoc.org/">Valadoc</ulink>
91 </para>
92
93 <para condition="html" role="usernotes">User Notes:
94 <ulink url="&blfs-wiki;/libgee"/>
95 </para>
96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of libgee</title>
100
101 <para>
102 Install <application>libgee</application> by running the following
103 commands:
104 </para>
105
106<screen><userinput>./configure --prefix=/usr &amp;&amp;
107make</userinput></screen>
108
109 <para>
110 To test the results, issue: <command>make check</command>.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install</userinput></screen>
118
119 </sect2>
120
121 <sect2 role="content">
122 <title>Contents</title>
123
124 <segmentedlist>
125 <segtitle>Installed Programs</segtitle>
126 <segtitle>Installed Library</segtitle>
127 <segtitle>Installed Directory</segtitle>
128
129 <seglistitem>
130 <seg>
131 None
132 </seg>
133 <seg>
134 libgee-0.8.so
135 </seg>
136 <seg>
137 /usr/include/gee-0.8
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="libgee-lib">
148 <term><filename class="libraryfile">libgee-0.8.so</filename></term>
149 <listitem>
150 <para>
151 contains the <application>libgee</application> API functions.
152 </para>
153 <indexterm zone="libgee libgee-lib">
154 <primary sortas="c-libgee-0.8">libgee-0.8.so</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 </variablelist>
160
161 </sect2>
162
163</sect1>
Note: See TracBrowser for help on using the repository browser.