1.wget http://1978th.net/tokyocabinet/tokyocabinet-1.4.45.tar.gz
tar -zxvf tokyocabinet-1.4.45.tar.gz
cd tokyocabinet-1.4.45
./configure -prefix=/usr/local/tc
make & make install
2.wget http://1978th.net/tokyotyrant/tokyotyrant-1.1.40.tar.gz
tar -zxvf tokyotyrant-1.1.40.tar.gz
cd tokyotyrant-1.1.40
./configure -prefix=/usr/local/tt -with-tc=/usr/local/tc
make & make install
3.wget http://pecl.php.net/get/tokyo_tyrant-0.5.0.tgz
tar -zxvf tokyo_tyrant-0.5.0.tgz
cd tokyo_tyrant-0.5.0
phpize
./configure -with-php-config=/usr/bin/php-config -with-tokyo-tyrant=/usr/local/tt -with-tokyo-cabinet-dir=/usr/local/tc
make & make install