source: kde/add/kdegames.xml@ 447039e8

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 447039e8 was 447039e8, checked in by Bruce Dubbs <bdubbs@…>, 19 years ago

KDE update, 2nd Installment

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

  • Property mode set to 100644
File size: 3.5 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 "ab144b71caeda34579817b01855ec287">
10<!ENTITY kdegames-size "9.1 MB">
11<!ENTITY kdegames-buildsize "104 MB (additional 15.6 MB for API docs)">
12<!ENTITY kdegames-time "6.2 SBU (additional 0.2 SBU for API docs)">
13]>
14
15<sect1 id="kdegames" xreflabel="kdegames-&kde-version;">
16 <?dbhtml filename="kdegames.html"?>
17 <sect1info>
18 <othername>$LastChangedBy$</othername>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>kdegames-&kde-version;</title>
23
24 <indexterm zone="kdegames">
25 <primary sortas="a-kdegames">Kdegames</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to kdegames</title>
30
31 <bridgehead renderas="sect3">Package Information</bridgehead>
32 <itemizedlist spacing='compact'>
33 <listitem>
34 <para>Download (HTTP): <ulink url="&kdegames-download-http;"/></para>
35 </listitem>
36 <listitem>
37 <para>Download (FTP): <ulink url="&kdegames-download-ftp;"/></para>
38 </listitem>
39 <listitem>
40 <para>Download MD5 sum: &kdegames-md5sum;</para>
41 </listitem>
42 <listitem>
43 <para>Download size: &kdegames-size;</para>
44 </listitem>
45 <listitem>
46 <para>Estimated disk space required: &kdegames-buildsize;</para>
47 </listitem>
48 <listitem>
49 <para>Estimated build time: &kdegames-time;</para>
50 </listitem>
51 </itemizedlist>
52
53 <bridgehead renderas="sect3">kdegames Dependencies</bridgehead>
54
55 <bridgehead renderas="sect4">Required</bridgehead>
56 <para><xref linkend="kdebase"/></para>
57
58 <bridgehead renderas="sect4">Recommended</bridgehead>
59 <para><xref linkend="libjpeg"/> and
60 <xref linkend="libxml2"/>
61 </para>
62
63 <bridgehead renderas="sect4">Optional</bridgehead>
64 <para><ulink url="http://www.graphviz.org/">GraphViz</ulink> and
65 <xref linkend="doxygen"/>
66 </para>
67
68 </sect2>
69
70 <sect2 role="installation">
71 <title>Installation of kdegames</title>
72
73 <para>Install <application>kdegames</application> with:</para>
74
75<screen><userinput>./configure --prefix=&kde-dir; --disable-debug \
76 --disable-dependency-tracking &amp;&amp;
77make</userinput></screen>
78
79 <note><para>If you wish to create the API documentation
80 and you have <application>Doxygen</application> and
81 <application>GraphViz</application> installed, <command>make
82 apidox</command> must be done before <command>make
83 install</command>.</para></note>
84
85 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
86
87<screen role="root"><userinput>make install</userinput></screen>
88
89 </sect2>
90
91 <sect2 role="content">
92 <title>Contents</title>
93
94 <segmentedlist>
95 <segtitle>Installed Programs</segtitle>
96 <segtitle>Installed Libraries</segtitle>
97 <segtitle>Installed Directories</segtitle>
98
99 <seglistitem>
100 <seg>a compilation of various games</seg>
101 <seg>None</seg>
102 <seg>None</seg>
103 </seglistitem>
104 </segmentedlist>
105
106 <indexterm zone="kdegames">
107 <primary sortas="b-kdegames">KDE Games</primary>
108 </indexterm>
109
110 </sect2>
111
112</sect1>
Note: See TracBrowser for help on using the repository browser.