You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, September 16th 2008, 3:43am

problem installing plasmoids

I am trying to install a plasmoid, using these steps. When I try to "make" it says no target is specified. any help? I am Running Fedora 9
tar -xvf plasmoid.tar.gz
cd plasmoid
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config –prefix` ..
make
sudo make install OR su -c “make install”