gentoo / 未分类 · 2012年5月23日

linux下飞信的最新解决方案

以前用Openfetion,但停止开发了,现在是Hybrid 详情请看
http://basiccoder.com/new-opensource-project-hybrid-dev-note.html
https://github.com/levin108/hybrid
以下是安装方法
#先安装git
#emgrge git
$git clone git://github.com/levin108/hybrid.git
$cd hybrid
$mkdir -p build
$cd build
$cmake ..
$make
#sudo make install