# Note: depends on cmake # Note: depends on qt4 # Note: depends on extra-cmake-modules wget -c http://download.kde.org/stable/attica/attica-0.4.2.tar.bz2 tar -xjf attica-0.4.2.tar.bz2 cd attica-0.4.2 mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX="/usr" -DQT4_BUILD=ON .. make # Doesn't mind -j# make install