linuxqq / libwebqq

libwebqq
GNU General Public License v3.0
21 stars 10 forks source link

emesene 无 webqq 协议 #3

Closed marguerite closed 12 years ago

marguerite commented 12 years ago

openSUSE,安装了 libwebqq。

linuxqq/emesene 这个的 emesene/emesene 启动是绝对没有 qq 协议的。而且看 ubuntu 论坛那边说 e3/webqq 下面也会有 _libwebqqpython.so 这样的东西,git 里也没有,它是怎么出来的。。。

python setup.py build sudo python setup.py install

还有别的步骤才能编译出 webqq 的内容吗?

shwangdev commented 12 years ago

Hi Marguerite,

Cause Emesene master branch has been merged my webqq session. I changed the deploy method for libwebqq for emesene.

You should clone the source code of libwebqq project , and run command "./autogen.sh && ./configure --prefix=/usr".

configure script with prefix "/usr" which means you should install libwebqq to your system package path. Actually , install to the python path.

and then you can find the webqq session in emesene then.

Next version of emesene will support webqq session , enjoy it.

marguerite commented 12 years ago

恩,这和我理解的一样。我用我的软件包试试。