Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

HOWTO: Install Homerun Launcher on Debian8/KDE4

Share your HowTo, Documentation, Tips and Tricks. Not for support questions!.
Post Reply
Message
Author
underscoredot
Posts: 4
Joined: 2015-11-14 22:41

HOWTO: Install Homerun Launcher on Debian8/KDE4

#1 Post by underscoredot »

I recently installed this launcher, and it's been one of the best I've ever seen. Since I had some issues with dependancies and what not, I thought I'd make this post.
Debian version: 8.3
KDE version: 4.14.2

Code: Select all

sudo apt-get update && sudo apt-get upgrade
sudo apt-get install cmake kdelibs5-dev kdebase-workspace-dev libxrender-dev libx11-dev
wget http://download.kde.org/unstable/homerun/src/homerun-0.2.3.tar.bz2
tar xvjf homerun-0.2.3.tar.bz2
cd homerun-0.2.3
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
sudo make install
Then just click the cashew, add widget, and search Homerun.

nonamemcgee
Posts: 1
Joined: 2016-02-22 06:18

Re: HOWTO: Install Homerun Launcher on Debian8/KDE4

#2 Post by nonamemcgee »

Thank you! This worked perfectly well for me.

Post Reply