Firstly you have to install kde dependencies, run your gnome terminal and execute next commands:
- su – go to root rights
- yum install gcc gcc-c++ make cmake kdebase kdelibs-devel
After this download Yakuake sources from this link, I use Yakuake 2.9.8 (KDE 4; Stable). Go to terminal and execute next commands
- cd to download folder
- tar xaf yakuake-2.9.8.tar.bz2
- cd yakuake-2.9.8
- mkdir build
- cd build
- cmake -DCMAKE_INSTALL_PREFIX=$HOME/bin/yakuake/ ../
- make
- make install
And not mandatory step, but I did it, set yakuake to start automatically: System -> Preferences -> Startup Applications
Advertisements
Just download the rpm from http://pkgs.org/centos-6/epel-x86_64/yakuake-2.9.8-1.el6.x86_64.rpm.html
And run in terminal as root: rpm -i http://pkgs.org/centos-6/epel-x86_64/yakuake-2.9.8-1.el6.x86_64.rpm.html
And then click on Aplications -> System Tools