ブラックボックスは KDE アプリケーションです。したがってお使いのコンピュータに KDE がインストールされている必要があります。少なくとも kdesupport、kdelibs、kdebase パッケージが必要です。実際のインストールはとても簡単です:
cd somewhere gunzip kblackbox-x.y.z.tgz tar -xvf kblackbox-x.y.z.tar cd kblackbox-x.y.z # This is for generating the configure script. It will be probably removed, # when kblackbox is a part of kdegames. make -f Makefile.dist # ./configure make make install |