Install latest Homerun version in Kubuntu 13.04
Just a small tutorial how to build and install the latest version of Homerun in Kubuntu 13.04 as the PPA is slightly outdated:
- Get the latest stable release and extract it or get the git snapshot (via git clone git://anongit.kde.org/homerun)
- Install necessary dependencies:
sudo apt-get install libkonq5-dev kde-workspace-dev kdelibs5-dev - Go into folder:
cd homerun
- Create build directory and go into it:
mkdir build; cd build - Build it:
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
- Compile it:
make - Install it:
sudo make install - If you already run an older version of Homerun killit and restart homerun:killall homerunviewer; homerunviewer
There we go ! You can easily remove it via sudo make uninstall from install dir.
Keine Kommentare:
Kommentar veröffentlichen