参与编写可以fork分支 https://github.com/forthxu/talkbox/tree/gh-pages-source
a talkbox build with skynet
http://forthxu.com/blog/skynet.html
# clone
git clone [email protected]:forthxu/talkbox.git talkbox
# 安装protobuf
wget https://protobuf.googlecode.com/files/protobuf-2.5.0.tar.gz
tar zxf protobuf-2.5.0.tar.gz
cd protobuf-2.5.0
./configure --prefix=/opt/local/protobuf-2.5.0
make
make install
ln -s /opt/local/protobuf-2.5.0/bin/protoc /usr/bin/protoc
# 启动
cd ../talkbox
bash start.sh
AS: https://github.com/forthxu/talkbox_client
cocos2d-x(android有编译好的apk、ios自行编译): http://skynetdoc.com/examples.html