To install plasmoid unpack archive, go to it's main directory (applet/) and execute commands:

mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
make
sudo make install
kquitapp plasma && plasma

After that plasmoid should show up in add widgets dialog.