You need to install library "libmemcached, msgpack".

libmemcached: http://launchpad.net/libmemcached/1.0/0.49/+download/libmemcached-0.49.tar.gz
msgpack: http://msgpack.org/releases/cpp/msgpack-0.5.6.tar.gz

1. start Key/Value Store (memcached deamon)
ex.) $ memcached -m 64m -d

2. start actor script
ex.) $ konoha sample/pong.k

3. start actor script
ex.) $ konoha sample/ping.k

