source: gnome/platform/libgee.xml

trunk
Last change on this file was c0bc0a9, checked in by Xi Ruoyao <xry111@…>, 7 weeks ago

Update to glib-2.80.0 and gobject-introspection-1.80.0

Merge gobject-introspection into glib page to better handle a circular
dependency between these two packages.

  • Property mode set to 100644
File size: 4.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 " ">
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 &lfs121_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"/> (GObject Introspection recommended)
75 </para>
76
77 <bridgehead renderas="sect4">Recommended</bridgehead>
78 <para role="recommended">
79 <xref linkend="vala"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="vala"/> (with Valadoc) and
85 <ulink url="https://github.com/linux-test-project/lcov">LCOV</ulink>
86 </para>
87
88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of libgee</title>
92
93 <para>
94 Install <application>libgee</application> by running the following
95 commands:
96 </para>
97
98<screen><userinput>./configure --prefix=/usr &amp;&amp;
99make</userinput></screen>
100
101 <para>
102 To test the results, issue: <command>make check</command>.
103 </para>
104 <!-- For some reason, the tests parallelize themselves and use all
105 cores available, regardless of prior settings in the environment.-->
106
107 <para>
108 Now, as the <systemitem class="username">root</systemitem> user:
109 </para>
110
111<screen role="root"><userinput>make install</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Programs</segtitle>
120 <segtitle>Installed Library</segtitle>
121 <segtitle>Installed Directory</segtitle>
122
123 <seglistitem>
124 <seg>
125 None
126 </seg>
127 <seg>
128 libgee-0.8.so
129 </seg>
130 <seg>
131 /usr/include/gee-0.8
132 </seg>
133 </seglistitem>
134 </segmentedlist>
135
136 <variablelist>
137 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
138 <?dbfo list-presentation="list"?>
139 <?dbhtml list-presentation="table"?>
140
141 <varlistentry id="libgee-lib">
142 <term><filename class="libraryfile">libgee-0.8.so</filename></term>
143 <listitem>
144 <para>
145 contains the <application>libgee</application> API functions
146 </para>
147 <indexterm zone="libgee libgee-lib">
148 <primary sortas="c-libgee-0.8">libgee-0.8.so</primary>
149 </indexterm>
150 </listitem>
151 </varlistentry>
152
153 </variablelist>
154
155 </sect2>
156
157</sect1>
Note: See TracBrowser for help on using the repository browser.