The K Desktop Environment

The KPuzzle Documentation - Prerequisites & Installation

KPuzzle now is based on QT 2 and KDE 2. It should work on every minor release of these libraries, and on every platform they support. If there occur errors (preferrably reproducible ones) in any situation, please let me know. I'll see for a solution then.

You will need all libraries which are required by QT and KDE, too. Apart from these, KPuzzle does not use any other library.

To compile the game, you have to run

    ./configure
    make
    su -c "make install" # if you are not root
    make install # if you are root
    
If this does not work immediately, please check the following:

To start KPuzzle, simply type

kpuzzle
in a shell window or use the link which you should find in the Games section of your K-Menu. Have fun!