Compile dolphin from git for kde kubuntu
September 23, 2012 Leave a comment
a="$HOME/kde-git"; mkdir "$a" ; cd "$a" ;sudo apt-get install git-core build-essential libkactivities-dev ; sudo apt-get build-dep dolphin ; git clone git://anongit.kde.org/kde-baseapps ; cd kde-baseapps ; mkdir build ; cd build; cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. ; make -j3 ; cd dolphin/src/ ; ./dolphin
Advertisements