[bomber] [Bug 342262] Bonus life system is badly broken

Christoph Feck cfeck at kde.org
Sat Jan 3 15:55:01 GMT 2015


https://bugs.kde.org/show_bug.cgi?id=342262

--- Comment #3 from Christoph Feck <cfeck at kde.org> ---
Compilation of KDE projects requires CMake. The steps are:

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/yourkdeprefix ../
make
sudo make install

If you get errors, you need to install the missing -dev packages.

If you want to keep the old version, and install the new one into a different
prefix, you need to tell KDE libraries where to find it. Detailed instructions
at
https://techbase.kde.org/Development/Tutorials/Building_An_Existing_Application

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list