glfs/kde/add/kdegames.xml
Manuel Canales Esparcia 7f76b96b42 Reverted the DTD change. That don't be done untiltomorrow.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3632 af4574ff-66df-0310-9fd7-8a98e5e911e0
2005-04-02 15:59:17 +00:00

105 lines
3.1 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY kdegames-download-http "&kde-download-http;/kdegames-&kde-version;.tar.bz2">
<!ENTITY kdegames-download-ftp "&kde-download-ftp;/kdegames-&kde-version;.tar.bz2">
<!ENTITY kdegames-md5sum "41791396e595b9fc8a84e08ae63b552d">
<!ENTITY kdegames-size "9.3 MB">
<!ENTITY kdegames-buildsize "99.4 MB (additional 15.6 MB for API docs)">
<!ENTITY kdegames-time "7.14 SBU (additional 0.16 SBU for API docs)">
]>
<sect1 id="kdegames" xreflabel="kdegames-&kde-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="kdegames.html"?>
<title><application>kdegames</application>-&kde-version;</title>
<indexterm zone="kdegames">
<primary sortas="a-kdegames">Kdegames</primary>
</indexterm>
<sect2>
<title>Introduction to <application>kdegames</application></title>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink url="&kdegames-download-http;"/></para></listitem>
<listitem><para>Download (FTP): <ulink url="&kdegames-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum: &kdegames-md5sum;</para></listitem>
<listitem><para>Download size: &kdegames-size;</para></listitem>
<listitem><para>Estimated disk space required: &kdegames-buildsize;</para></listitem>
<listitem><para>Estimated build time: &kdegames-time;</para></listitem>
</itemizedlist>
</sect3>
<sect3>
<title><application>kdegames</application> dependencies</title>
<sect4>
<title>Required</title>
<para><xref linkend="kdebase"/></para>
</sect4>
<sect4>
<title>Recommended</title>
<para><xref linkend="libjpeg"/> and
<xref linkend="libxml2"/>
</para>
</sect4>
<sect4>
<title>Optional</title>
<para><ulink url="http://www.graphviz.org/">GraphViz</ulink> and
<xref linkend="doxygen"/>
</para>
</sect4>
</sect3>
</sect2>
<sect2>
<title>Installation of <application>kdegames</application></title>
<para>Install <application>kdegames</application> with:</para>
<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
--disable-dependency-tracking &amp;&amp;
make</command></userinput></screen>
<note><para>If you wish to create the <acronym>API</acronym> documentation and
you have <application>Doxygen</application> and
<application>GraphViz</application> installed, <command>make apidox</command>
must be done before <command>make install</command>.</para></note>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen>
</sect2>
<sect2>
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<seglistitem>
<seg> a compilation of various games</seg>
</seglistitem>
</segmentedlist>
<indexterm zone="kdegames">
<primary sortas="b-kdegames">KDE Games</primary>
</indexterm>
</sect2>
</sect1>