source: archive/libggz.xml@ 22c6402

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 22c6402 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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