Linux use QQ ———— PIDGIN-LWQQ Source Installation Detailed tutorial

Source: Internet
Author: User
Tags git clone

It took a lot of effort today to finally install the PIDGIN--LWQQ, you can use QQ on Linux
LWQQ is a component on the Linux communication tool Pidgin that supports the WEBQQ protocol
Here is a detailed introduction to the installation method, a total of two, through the Apt-get tool and through the source installation (for Ubuntu and Debian users)

To install PIDGIN-LWQQ First install LWQQ, the two components have been separated


First, let's install LWQQ.

First, lwqq depends on the installation of the library
Use the Apt-get command to

$ sudo apt-get install build-essential cmake pkg-config libcurl4-openssl-dev libsqlite3-dev libmozjs185-dev Libev-dev

If you use the Yum tool, it's

$ sudo yum install gcc gcc-c++ make cmake pkgconfig libcurl-devel sqlite-devel zlib-devel js-devel

Here is the download source, can clone from github or download the ZIP package, clone requires a GitHub account

The latest Zip package address is
Https://github.com/xiehuc/lwqq/archive/master.zip

You can install Git tools first using GitHub clone.
sudo apt-get install git

And then
git clone https://github.com/xiehuc/lwqq.git


The following build can

$ mkdir BUILD;CD build;
$ cmake..
$ make
$ sudo make install

Finally, there's a critical step.
sudo gedit ~/.xprofile
and add it to the open file
Export Ld_library_path=/usr/local/lib: $LD _library_path
So I can see webqq in the pidgin again.

The next step is to install PIDGIN-LWQQ
With the Apt-get command, it is extremely simple to add the PPA source download
$ sudo add-apt-repository ppa:lainme/pidgin-lwqq
$ sudo apt-get update
$ sudo apt-get install LIBPURPLE0
$ sudo apt-get install PIDGIN-LWQQ

Of course, this method is simple but not necessarily successful.
The following is the introduction of the source code installation method

Like LWQQ, you can download a zip package or use git clone
git clone https://github.com/xiehuc/pidgin-lwqq.git
Https://github.com/xiehuc/pidgin-lwqq/archive/master.zip
(Above method two select one can)

Installation Environment
$ sudo apt-get install build-essential cmake pkg-config Libglib2.0-dev \libpurple-dev
or Yum Tools
$ sudo yum install gcc gcc-c++ make cmake pkgconfig glib-devel libpurple-devel

The following is a compilation installation
$ mkdir Build
$ CD Build
$ cmake..
$ make
$ sudo make install

If the Dev branch is installed, the command is
...
$ git clone https://github.com/xiehuc/pidgin-lwqq.git
$ git checkout-b dev Origin/dev
...

Next restart the computer, and then open Pidgin can, pidgin content can be self-Baidu
This article refers to the wiki of projects in GitHub

Linux use QQ ———— PIDGIN-LWQQ Source Installation Detailed tutorial

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.