source: kde/add/kdegames.xml@ ff769b8c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ff769b8c was ff769b8c, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated the XML sources to use DocBook XML DTD-4.4.

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

  • Property mode set to 100644
File size: 3.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY kdegames-download-http "&kde-download-http;/kdegames-&kde-version;.tar.bz2">
8<!ENTITY kdegames-download-ftp "&kde-download-ftp;/kdegames-&kde-version;.tar.bz2">
9<!ENTITY kdegames-md5sum "41791396e595b9fc8a84e08ae63b552d">
10<!ENTITY kdegames-size "9.3 MB">
11<!ENTITY kdegames-buildsize "99.4 MB (additional 15.6 MB for API docs)">
12<!ENTITY kdegames-time "7.14 SBU (additional 0.16 SBU for API docs)">
13]>
14
15<sect1 id="kdegames" xreflabel="kdegames-&kde-version;">
16<sect1info>
17 <othername>$LastChangedBy$</othername>
18 <date>$Date$</date>
19</sect1info>
20
21<?dbhtml filename="kdegames.html"?>
22<title><application>kdegames</application>-&kde-version;</title>
23
24<indexterm zone="kdegames">
25 <primary sortas="a-kdegames">Kdegames</primary>
26</indexterm>
27
28<sect2>
29<title>Introduction to <application>kdegames</application></title>
30
31<sect3><title>Package information</title>
32 <itemizedlist spacing='compact'>
33 <listitem><para>Download (HTTP): <ulink url="&kdegames-download-http;"/></para></listitem>
34 <listitem><para>Download (FTP): <ulink url="&kdegames-download-ftp;"/></para></listitem>
35 <listitem><para>Download MD5 sum: &kdegames-md5sum;</para></listitem>
36 <listitem><para>Download size: &kdegames-size;</para></listitem>
37 <listitem><para>Estimated disk space required: &kdegames-buildsize;</para></listitem>
38 <listitem><para>Estimated build time: &kdegames-time;</para></listitem>
39 </itemizedlist>
40</sect3>
41
42<sect3>
43 <title><application>kdegames</application> dependencies</title>
44
45<sect4>
46 <title>Required</title>
47 <para><xref linkend="kdebase"/></para>
48</sect4>
49
50<sect4>
51 <title>Recommended</title>
52 <para><xref linkend="libjpeg"/> and
53 <xref linkend="libxml2"/>
54 </para>
55</sect4>
56
57<sect4>
58 <title>Optional</title>
59 <para><ulink url="http://www.graphviz.org/">GraphViz</ulink> and
60 <xref linkend="doxygen"/>
61 </para>
62</sect4>
63</sect3>
64
65</sect2>
66
67<sect2>
68<title>Installation of <application>kdegames</application></title>
69
70<para>Install <application>kdegames</application> with:</para>
71
72<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
73 --disable-dependency-tracking &amp;&amp;
74make</command></userinput></screen>
75
76<note><para>If you wish to create the <acronym>API</acronym> documentation and
77you have <application>Doxygen</application> and
78<application>GraphViz</application> installed, <command>make apidox</command>
79must be done before <command>make install</command>.</para></note>
80
81<para>Now, as the root user:</para>
82
83<screen><userinput role='root'><command>make install</command></userinput></screen>
84
85</sect2>
86
87<sect2>
88<title>Contents</title>
89
90<segmentedlist>
91 <segtitle>Installed Programs</segtitle>
92
93 <seglistitem>
94 <seg> a compilation of various games</seg>
95 </seglistitem>
96</segmentedlist>
97
98<indexterm zone="kdegames">
99 <primary sortas="b-kdegames">KDE Games</primary>
100</indexterm>
101
102
103</sect2>
104</sect1>
Note: See TracBrowser for help on using the repository browser.