If you're missing installation instructions in the readme and normal installations don't work, this is what worked for me on Centos 5.9 with php 5.3.3
cd /tmp
git clone https://github.com/zenovich/runkit.git
cd runkit
pecl install package.xml
// Add to php.ini:
extension=runkit.so
// Restart your webserver
service httpd restart