Kdegames-3.5.13

Introduction to Kdegames

Kdegames provides many interesting games.

This package is known to build and work properly using an LFS-7.0 platform.

Package Information

Kdegames Dependencies

Required

kdebase-3.5.13

Recommended

Optional

Graphviz-2.26.3 and Doxygen-1.7.5

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kdegames

Installation of Kdegames

Install kdegames with:

cp -v /usr/share/aclocal/libtool.m4       admin/libtool.m4.in &&
cp -v /usr/share/libtool/config/ltmain.sh admin/ltmain.sh     &&
sed -i -e "s@/usr/include/tqt@$TRINITY_PREFIX/include/tqt@"   \
          admin/acinclude.m4.in                               &&
make -f admin/Makefile.common                                 &&

./configure --prefix=$TRINITY_PREFIX                      \
            --with-qt-dir=$QTDIR                          \
            --enable-closure                              \
            --with-extra-includes=$TRINITY_PREFIX/include \
            --with-extra-libs=$TRINITY_PREFIX/lib         &&

make
[Note]

Note

If you wish to create the API documentation and you have Doxygen and Graphviz installed, make apidox must be done before make install.

This package does not come with a test suite.

Now, as the root user:

make install

Contents

Installed Programs: a compilation of various games
Installed Libraries: Support libraries for kdegames
Installed Directories: Subdirectories of $TRINITY_PREFIX/{include,share}

Last updated on 2011-12-30 04:17:02 +0000