Skip to content

Emesene Integration

wxjeacen edited this page Sep 27, 2012 · 12 revisions

Emesene Integration

Get Emesene with version 2.12.9 above

Emesene 2.12.9 above on ubuntu 12.04 has merged libwebqq extension.

You can just use the repo from Ubuntu default repo.

sudo aptitude install emesene

Build and Install libwebqq

libwebqq depends on some third party libraries.

You have to install boost-dev, boost-python and libcurl packages first.

git clone git://github.com/linuxqq/libwebqq.git

cd libwebqq

./autogen.sh

./configure --prefix=/usr

make && sudo make install