Installation and configuration management of the use LumaQQ

Author: North-South-North
from: League of Legends Community
Summary: LumaQQ QQ is a cross-platform version, now includes Linux, MacOS, Windows and other UNIX-like version, etc.; This paper mainly talk about the LumaQQ installed Linux;


++++++++++++++++++++++++++++++++++++++++++++++++++ +++
text
++++++++++++++++++++++++++++++++++++++++++++++ +++++++


First, what is LumaQQ;

LumaQQ is luma brother developed a cross-platform QQ client, pure Java core with a reusable and SWT-based imitation QQ interface, function very strong; if you are using LumaQQ time, please do not forget to look LumaQQ history ;

If you want to know more, please visit LumaQQ.LinuxSir.Org , there are a lot of stories; if you are a developer JAVA program, you may LumaQQ to the textbook as an example, really the OpenSource Code; not satisfied !


Two, LumaQQ the required system environment;

LumaQQ is a JAVA program must require JAVA environment to run and use system; so we have to install the JRE or JDK;

Please refer to: "the JRE installed and configured to suit JAVA program run with the environment."


Third, download and install LumaQQ;


1 download;

Home address: LumaQQ.LinuxSir.Org
Download: LumaQQ 2004T

Please download the following two documents:

. 1) lumaqq_2004t-linux_gtk2_x86_no_jre.tar.gz file;

lumaqq_2004t a Download-linux_gtk2_x86_no_jre.tar.gz

Download two lumaqq_2004tlinux_gtk2_x86_no_jre.tar.gz

2) lumaqq_2004t_patch_2005.08.26.21.00.zip file;

lumaqq_2004t_patch_2005.08.26.21.00.zip


2, decompression and installation;

In fact, unzip be used, not to mention the installation; we LumaQQ main program lumaqq_2004t-linux_gtk2_x86_no_jre.tar.gz decompression, then put the patch lumaqq_2004t_patch_2005.08.26.21.00.zip decompression; the patch hit LumaQQ / lib directory on OK;

[root@localhost sunjava]# tar zxvf lumaqq_2004t-linux_gtk2_x86_no_jre.tar.gz
[root@localhost sunjava]# unzip lumaqq_2004t_patch_2005.08.26.21.00.zip
[root@localhost sunjava]# cp jql-20050817231959.jar LumaQQ/lib/
[root@localhost sunjava]# cp lumaqq.jar LumaQQ/lib/
cp:是否覆盖‘LumaQQ/lib/lumaqq.jar’? y




3, calls;

[root@localhost sunjava]# cd LumaQQ
[root@localhost LumaQQ]# ./lumaqq

If you want to facilitate that, please do as follows;

[root@localhost sunjava]# chmod -R 777 LumaQQ
[root@localhost sunjava]# mv LumaQQ/ /opt/
[root@localhost sunjava]# ln -s /opt/LumaQQ/lumaqq /usr/bin/lumaqq



Just enter lumaqq so that we will be able to call in console;


lumaqq001linuxsir.org.jpg


Postscript:
instant messaging tutorials finishing in progress;


appendix:

. 1, "the JRE installed and configured to run JAVA suitable environment provided in"
2, "gaim instant messaging platform introduction"
. 3, "OpenQ installation and use of Fedora 4.0"

Reproduced in: https: //www.cnblogs.com/licheng/archive/2008/01/21/1047488.html

Guess you like

Origin blog.csdn.net/weixin_33953249/article/details/92630732