支持MOC的协议(不大好使呀)

来源:互联网 发布:福彩3d2017年开奖数据 编辑:程序博客网 时间:2024/05/16 12:44
做个备份

install
To compile from the sources

You need to install the followers packages (on Debian/Ubuntu systems):

sudo apt-get install autotools-dev pkg-config libglib2.0-dev libgtk2.0-dev pidgin-dev libpurple-dev libtool intltool comerr-dev

After you downloaded the package, you need to this (example with the release 1.5.0):

tar -xzvf pidgin-sipe-1.5.0.tar.gz

cd pidgin-sipe-1.5.0 

./configure --prefix=/usr (if you have pidgin installed on /usr/bin, else and  you have pidgin installed on /usr/local/bin then you need to set --prefix=/usr/local)

make

sudo make install

Runs pidgin and you should see a new protocol called Microsoft LCS/OCS
To compile from the git development repository sources

You need to install the same packages described above, but also you need the package autogen and git-core:

sudo apt-get install autogen git-core

After, you do this:

git clone git+ssh://mob@repo.or.cz/srv/git/siplcs.git 

cd siplcs 

git checkout -b mob origin/mob 

./autogen.sh

./configure --prefix=/usr 

make

sudo make install

Ubuntu repository (Jaunty) unofficial

Only add this in your /etc/apt/sources.list

deb http://ppa.launchpad.net/aavelar/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/aavelar/ppa/ubuntu jaunty main
原创粉丝点击