Manas T

The Random Blog

Archive for February 14th, 2010

Compiling Plasmoids from source in Fedora

with 3 comments

Browsing through kde-look.org, I found a lot of plasmoids that I wanted to install but they were not available in the Fedora repositories. So I had to compile the plasmoids from source.

After a bit of googling on the errors I was getting during compiling those plasmoids, I think the below command should do the job of pulling in all packages you need to compile almost any plasmoid on Fedora KDE.

yum install make automake gcc gcc-c++ kernel-devel kdelibs-devel kdebase-workspace-devel kdebase-devel

Note 1 – This command will also pull in some more packages which are dependencies.

Written by Manas

February 14th, 2010 at 1:17 am

Posted in Uncategorized