source: archive/libggz.xml@ 0080c54

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 0080c54 was d0cf396, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Clean up III. General Libraries and Utilities

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

  • Property mode set to 100644
File size: 4.0 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 libggz-download-http "http://mirrors.ibiblio.org/pub/mirrors/ggzgamingzone/ggz/&libggz-version;/libggz-&libggz-version;.tar.gz">
8 <!ENTITY libggz-download-ftp "ftp://ftp.belnet.be/packages/ggzgamingzone/ggz/&libggz-version;/libggz-&libggz-version;.tar.gz">
9 <!ENTITY libggz-md5sum "603739504648833779aa13b0327a1c3d">
10 <!ENTITY libggz-size "466 KB">
11 <!ENTITY libggz-buildsize "5 MB">
12 <!ENTITY libggz-time "0.1 SBU">
13]>
14
15<sect1 id="libggz" xreflabel="libggz-&libggz-version;">
16 <?dbhtml filename="libggz.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libggz-&libggz-version;</title>
24
25 <indexterm zone="libggz">
26 <primary sortas="a-libggz">libggz</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libggz</title>
31
32 <para>The <application>libggz</application> package is the GGZ base library,
33 used by the GGZ Gaming Zone server (ggzd), the ggzcore library and other
34 components.</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&libggz-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&libggz-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &libggz-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &libggz-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &libggz-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &libggz-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">libggz Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Optional</bridgehead>
61 <para role="optional"><xref linkend="gnutls"/>,
62 <xref linkend="libgcrypt"/>, and
63 <xref linkend="openssl"/></para>
64
65 <para condition="html" role="usernotes">User Notes:
66 <ulink url="&blfs-wiki;/libggz"/></para>
67
68 </sect2>
69
70 <sect2 role="installation">
71 <title>Installation of libggz</title>
72
73 <para>Install <application>libggz</application> by running the following
74 commands:</para>
75
76<screen><userinput>./configure --prefix=/usr \
77 --with-tls &amp;&amp;
78make</userinput></screen>
79
80 <para>To test the results, issue: <command>make check</command>.</para>
81
82 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
83
84<screen role="root"><userinput>make install</userinput></screen>
85
86 </sect2>
87
88 <sect2 role="commands">
89 <title>Command Explanations</title>
90
91 <para><parameter>--with-tls</parameter>: This parameter will automatically
92 select the use of either GnuTLS or OpenSSL if available.</para>
93
94 </sect2>
95
96 <sect2 role="content">
97 <title>Contents</title>
98
99 <segmentedlist>
100 <segtitle>Installed Programs</segtitle>
101 <segtitle>Installed Library</segtitle>
102 <segtitle>Installed Directories</segtitle>
103
104 <seglistitem>
105 <seg>None</seg>
106 <seg>libggz.{so,a}</seg>
107 <seg>None</seg>
108 </seglistitem>
109 </segmentedlist>
110
111 <variablelist>
112 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
113 <?dbfo list-presentation="list"?>
114 <?dbhtml list-presentation="table"?>
115
116 <varlistentry id="libggz-lib">
117 <term><filename class='libraryfile'>libggz.{so,a}</filename></term>
118 <listitem>
119 <para>contains the libggz API functions.</para>
120 <indexterm zone="libggz libggz-lib">
121 <primary sortas="c-libggz">libggz.{so,a}</primary>
122 </indexterm>
123 </listitem>
124 </varlistentry>
125
126 </variablelist>
127
128 </sect2>
129
130</sect1>
Note: See TracBrowser for help on using the repository browser.