Steps to install EVA QQ on CentOS

  
                

As a friend of the initial use of CentOS system, installing EVA QQ is not as simple as imagined. The following small series will introduce you to the method of installing EVA QQ in CentOS system, give you a reference, and learn together. Let's go.

Step:

1. Installation qt support

Because eva qq client is based on the qt under Linux, so first install the qt package and a series of < Br>

yum install qt qt-devel kdelibs kdelibs-apidocs kdelibs-devel arts arts-devel

2. Install gcc

yum install gcc

3. Install c++ compiler related package

yum install gcc-c++

4. Install X includes

yum install libX* //Note X is uppercase

5. Install KDE support

yum groupinstall KDE*

yum install kde*

6. Install autoconf

yum install autoconf

7. Compile and install

. /configure -prefix=/usr/local/××× --with-qt-dir=/usr/lib/qt-3.3/--with-qt-includes=/usr/lib/qt-

3.3/include/--with-qt-libraries=/usr/lib/qt-3.3/lib/

make

make install

CentOS installed EVA QQ method introduced, from this article can be seen, in order to install EVA QQ, you need to install qt support, gcc, x includes and so on.

Copyright © Windows knowledge All Rights Reserved