source: gnome/platform/libgee.xml@ 8964c2f

systemd-13485
Last change on this file since 8964c2f was c3c3cbf, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Update to grilo-0.3.0
Update to gnome-online-accounts-3.18.3
Update to libchamplain-0.12.12
libgdata: uhttpmock is now a required dependency
Update to libgtop-2.33.4
Update to libgweather-3.18.1
Update to libpeas-1.16.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16948 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.5 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.18/libgee-&libgee-version;.tar.xz">
8 <!ENTITY libgee-download-ftp "&gnome-download-ftp;/libgee/0.18/libgee-&libgee-version;.tar.xz">
9 <!ENTITY libgee-md5sum "29ea6125e653d7e60b49a9a9544abc96">
10 <!ENTITY libgee-size "648 KB">
11 <!ENTITY libgee-buildsize "47 MB (Up to an additional 705 MB with tests)">
12 <!ENTITY libgee-time "0.4 SBU (Up to an additional 3.6 SBU with tests)">
13]>
14
15<sect1 id="libgee" xreflabel="libgee-&libgee-version;">
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 &lfs78_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>. Note that the
111 tests take very long to complete and are taxing on your CPU.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="content">
123 <title>Contents</title>
124
125 <segmentedlist>
126 <segtitle>Installed Programs</segtitle>
127 <segtitle>Installed Library</segtitle>
128 <segtitle>Installed Directory</segtitle>
129
130 <seglistitem>
131 <seg>
132 None
133 </seg>
134 <seg>
135 libgee-0.8.so
136 </seg>
137 <seg>
138 /usr/include/gee-0.8
139 </seg>
140 </seglistitem>
141 </segmentedlist>
142
143 <variablelist>
144 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
145 <?dbfo list-presentation="list"?>
146 <?dbhtml list-presentation="table"?>
147
148 <varlistentry id="libgee-lib">
149 <term><filename class="libraryfile">libgee-0.8.so</filename></term>
150 <listitem>
151 <para>
152 contains the <application>libgee</application> API functions.
153 </para>
154 <indexterm zone="libgee libgee-lib">
155 <primary sortas="c-libgee-0.8">libgee-0.8.so</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.