When I try to follow these instructions to install a plasmoid it fails.
	I get the following error every time I try to use 'make' (doesn't matter what plasmoid I'm trying to install). 
	
		
Everything appears to work right up to the make part. 
Help?
Kev
					Code:
	
	# tar -xvf plasmoid.tar.gz # cd plasmoid # mkdir build # cd build # cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. # make # sudo make install
			
			
				make: *** No targets specified and no makefile found. Stop.
			
		
	Help?
Kev





Comment