source: gnome/platform/libgee.xml@ b3d57664

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since b3d57664 was 58ebeee, checked in by Douglas R. Reno <renodr@…>, 15 months ago

Tag GNOME Libraries

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