source: gnome/platform/libgee.xml@ 2445e19d

gimp3 trunk xry111/spidermonkey128
Last change on this file since 2445e19d was 2445e19d, checked in by Douglas R. Reno <renodr@…>, 2 months ago

libgee: fix building with GCC-14.

  • Property mode set to 100644
File size: 4.4 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) and
75 <xref linkend="vala"/>
76 </para>
77
78 <bridgehead renderas="sect4">Recommended</bridgehead>
79 <para role="recommended">
80 <xref linkend="vala"/>
81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
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 First, force the Vala code to be regenerated so that it is compatible
95 with gcc-14:
96 </para>
97
98<screen><userinput remap="pre">find . -name \*.vala -exec touch {} \;</userinput></screen>
99
100 <para>
101 Install <application>libgee</application> by running the following
102 commands:
103 </para>
104
105<screen><userinput>./configure --prefix=/usr --enable-vala &amp;&amp;
106make</userinput></screen>
107
108 <para>
109 To test the results, issue: <command>make check</command>.
110 </para>
111 <!-- For some reason, the tests parallelize themselves and use all
112 cores available, regardless of prior settings in the environment.-->
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.