# Note: depends on cmake # Note: depends on mesa for qt4 to be built with QGLWidget # Note: depends on kdelibs wget -c http://download.kde.org/stable/4.13.3/src/kactivities-4.13.3.tar.xz tar -xJf kactivities-4.13.3.tar.xz cd kactivities-4.13.3 mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX="/usr" .. make # Doesn't mind -j# make install