source: archive/libgee.xml@ dfd51cd7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.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 nosym 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 dfd51cd7 was 0b6b9e59, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

Archive libgee-0.6.8.

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

  • Property mode set to 100644
File size: 4.1 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.6/libgee-&libgee-version;.tar.xz">
8 <!ENTITY libgee-download-ftp "&gnome-download-ftp;/libgee/0.6/libgee-&libgee-version;.tar.xz">
9 <!ENTITY libgee-md5sum "2688c24f9a12e7616ee808f9092d0afe">
10 <!ENTITY libgee-size "433 KB">
11 <!ENTITY libgee-buildsize "21 MB">
12 <!ENTITY libgee-time "0.2 SBU">
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 &lfs76_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 <para condition="html" role="usernotes">User Notes:
88 <ulink url="&blfs-wiki;/libgee"/>
89 </para>
90 </sect2>
91
92 <sect2 role="installation">
93 <title>Installation of libgee</title>
94
95 <para>
96 Install <application>libgee</application> by running the following
97 commands:
98 </para>
99
100<screen><userinput>./configure --prefix=/usr &amp;&amp;
101make</userinput></screen>
102
103 <para>
104 To test the results, issue: <command>make check</command>.
105 </para>
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.so
129 </seg>
130 <seg>
131 /usr/include/gee-1.0
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.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">libgee.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.