KBlackBox is a KDE application. Therefore you need to have KDE installed on your computer - at least kdesupport, kdelibs and kdebase packages. The actual installation is very easy:
1 cd somewhere 2 gunzip kblackbox-x.y.z.tgz 3 tar -xvf kblackbox-x.y.z.tar 4 cd kblackbox-x.y.z 5 # This is for generating the configure script. It will be probably removed, 6 # when kblackbox is a part of kdegames. 7 make -f Makefile.dist 8 # 9 ./configure 10 make 11 make install |