Kdegames provides many interesting games.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://anduin.linuxfromscratch.org/sources/trinity/kdegames-3.5.13.tar.gz
Download (FTP): ftp://anduin.linuxfromscratch.org/trinity/kdegames-3.5.13.tar.gz
Download MD5 sum: 6c63e161050939f53921bfceb923a19e
Download size: 10.3 MB
Estimated disk space required: 412 MB
Estimated build time: 3.4 SBU
Graphviz-2.26.3 and Doxygen-1.7.5
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
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
Last updated on 2011-12-30 04:17:02 +0000