https://github.com/appotry/talkmm
Automatically exported from code.google.com/p/talkmm
https://github.com/appotry/talkmm
Last synced: about 9 hours ago
JSON representation
Automatically exported from code.google.com/p/talkmm
- Host: GitHub
- URL: https://github.com/appotry/talkmm
- Owner: appotry
- Created: 2015-12-26T08:52:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T20:53:34.000Z (over 2 years ago)
- Last Synced: 2024-04-16T12:18:06.866Z (about 2 years ago)
- Language: C++
- Size: 2.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme
Awesome Lists containing this project
README
Talkmm 贡献者:XiongQin(console, 翻译), Lerosua(UI, 翻译), Junyi(UI, 翻译),Ziyan(Logo),Yeqin Su(程序打包)。
SVN代码库编译指南:
1、下载SVN代码:svn checkout http://talkmm.googlecode.com/svn/trunk/ talkmm-read-only
2、进入talkmm-read-only目录中的libjingle子目录
3、编译安装libjingle:./configure --with-ilbc=/usr/local
make
make install
4、libjingle安装完毕之后,进入talkmm-read-only目录中的talkmm子目录
5、执行autogen.sh脚本:./autogen.sh
6、编译安装talkmm:./configure
make
make install
7、卸载talkmm:进入talkmm-read-only目录中的talkmm子目录执行make uninstall即可。