Posts mit dem Label Homerun werden angezeigt. Alle Posts anzeigen
Posts mit dem Label Homerun werden angezeigt. Alle Posts anzeigen

Freitag, 24. Mai 2013

Install latest Homerun version in Kubuntu 13.04

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:
  1. Get the latest stable release and extract it or get the git snapshot (via git clone git://anongit.kde.org/homerun)
  2. Install necessary dependencies: 

    sudo apt-get install libkonq5-dev kde-workspace-dev kdelibs5-dev
  3. Go into folder:

    cd homerun

  4. Create build directory and go into it:

    mkdir build; cd build
  5. Build it:

    cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..

  6. Compile it:

    make
  7. Install it:

    sudo make install
  8. 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.