- 浏览: 2870187 次
- 性别:
- 来自: 武汉
文章分类
- 全部博客 (1173)
- 名言警句 (5)
- 心情随笔 (50)
- 数据库 (57)
- Java基础 (241)
- J2EE框架 (91)
- 数据结构 (12)
- 程序设计 (21)
- WEB技术 (128)
- 网络日志 (12)
- IT资讯 (247)
- linux (64)
- solaris (2)
- 其它 (143)
- WebService (4)
- 日语学习 (2)
- 机器人 (5)
- Android (5)
- cgywin (3)
- Game (1)
- DWR (1)
- spring (8)
- canvas (1)
- Guava (3)
- Modbus (5)
- 测试 (6)
- mongodb (9)
- Quartz (2)
- Cron (1)
- windows (2)
- 持续集成 (1)
- bootstrap (3)
- 结对编程 (1)
- nodejs (1)
- Netty (1)
- 安全 (3)
- webstorm (2)
- sparkline (1)
- Job (1)
- git (3)
- Maven (3)
- knockout (5)
- jquery (1)
- bower (1)
- docker (1)
- confluence (4)
- wiki (1)
- GoogleMap (1)
- jekyll (10)
- ruby (2)
- npm (3)
- browserify (1)
- gulp (3)
- openwrt (1)
- discuz (3)
- 输入法 (1)
- JPA (1)
- eclipse (2)
- IntelliJ (1)
- css (1)
- 虚拟机 (1)
- 操作系统 (1)
- azkaban (2)
- scrum (1)
最新评论
-
pangxiea_:
你好, 想请问一下 Linux下 这么使用rxtxcomm 在 ...
使用Java进行串口通信 -
abababudei:
请教一下,这个您是怎么解决的:/dev/ttyS2enteri ...
Java应用程序的MODBUS通讯 -
xuniverse:
hannibal005 写道楼主,我问下 request.se ...
用javascript与java进行RSA加密与解密 -
atxkm:
找了一下午,终于找到了
gulp 拷贝文件时如何移除文件目录结构 -
kalogen:
gtczr 写道非常感谢,经过我自己的修改,已经完美实现。发出 ...
用javascript与java进行RSA加密与解密
Introduction:
Eva is an instant message client software providing communication with Tencent QQ
or other clients. It is written for KDE envirenment. This software is released under
GPL lisence, for more details about the license, please see the content of file COPYING.
Feathers:
=================================================
- basic buddy chatting
- file transfer
- chatting messages recording
- custom-head picture downloading and displaying
- display buddies' details
- modifying personal details
- persional signature
- downloading groups
- uploading groups
- displaying buddies' level
- creating Qun
- modifying Qun details
- modifying Qun members
- Qun chatting
- UDP and TCP log in
- HTTP proxy log in
- delete buddy
- search buddy and add buddy
- adding request approving
- system messages recording
- auto replying
- quick replying
- system setting
More details of changing in ChangeLog file.
Compile and Run
==============================================
1. enter eva directory, input
./configure --prefix=`kde-config --prefix`
2. then type,
make
and press enter
3. when making finished, input
su
make install
4. now, eva should be installed into your system. you can
open a console and type eva to run it.
At the End
Qun is actually a chinese word for a relatively fixed group of people. In QQ, Qun can be created when a user achieved a certain level.
下载:
http://www.myswear.net/myswear/eva/beta/eva-20080127_1.tar.bz2
./configure错误全搞掂
Tuesday, April 17, 2007, 06:50 PM
错误: C compiler cannot create executables
原因:
解决: sudo apt-get install build-essential
sudo apt-get gcc libc6-dev
错误:checking for C compiler default output... configure: error: C compiler cannot create executables
原因:
解决:sudo apt-get install libc6-dev
错误:configure: error: C++ preprocessor "/lib/cpp" fails sanity check
原因:gcc的组件没装全
解决:apt-get install build-essential
错误: Can't find X includes. Please check your installation and add the correct paths!
原因:没有X的包含文件
解决:安装xlibs-dev即可
download:ftp://openware.byr.edu.cn/pub/mirror/ubuntu/pool/main/x/xorg/xlibs-dev_7.2-0ubuntu11_all.deb
错误: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!
原因:查找提供qt的lib&&headers的软件包,并安装之
解决:apt-get install libqt3-headers libqt3-mt-dev
错误:in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
原因:install a KDE application in a Gnome environment。
解决:which basically means its going to want to install a lot of KDE specific packages to work. This 'configure:error'
is due to it expecting you to be running KDE and again refers to some 'headers'.
sudo apt-get update
sudo apt-get install kdelibs4-dev kdelibs4c2a
错误:./admin/cvs.sh: 585: autoconf: not found
原因:
解决:apt-get install autoconf
错误: *** GTK >= 2.4.0 not installed! ***
原因:没装GTK
解决:apt-get build-dep gedit
错误:heching for gtk-config... no
checking for GTK - version = 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG enviroment variable to the
*** full path to gtk-config.
configure: error: Cannot find GTK: Is gtk-config in path?
原因:
解决:sudo apt-get install libgtk1.2-dev
问题:eclipse中encoding不支持中文
解决:编辑/var/lib/locales/supported.d/local,加一行zh_CN.GBK GBK,执行sudo locale-gen
错误:gnome.h: No such file or directory
错误: No package 'libpanelapplet-2.0' found
原因:
解决:sudo apt-get install gnome-panel
问题:eva不弹出输入法
解决:sudo apt-get install scim-qtimm
问题:No package 'gtk+-2.0' found
No package 'gtksourceview-1.0' found
No package 'libgnomeui-2.0' found
No package 'libglade-2.0' found
No package 'libgnomeprintui-2.2' found
解决:sudo apt-get install libgtk2.0-dev libgtksourceview-dev libgnomeui-dev libglade2-dev libgnomeprint2.2-dev
问题:No package 'libpanelapplet-2.0' found
解决:sudo apt-get install libpanelappletmm-2.6-dev
Eva is an instant message client software providing communication with Tencent QQ
or other clients. It is written for KDE envirenment. This software is released under
GPL lisence, for more details about the license, please see the content of file COPYING.
Feathers:
=================================================
- basic buddy chatting
- file transfer
- chatting messages recording
- custom-head picture downloading and displaying
- display buddies' details
- modifying personal details
- persional signature
- downloading groups
- uploading groups
- displaying buddies' level
- creating Qun
- modifying Qun details
- modifying Qun members
- Qun chatting
- UDP and TCP log in
- HTTP proxy log in
- delete buddy
- search buddy and add buddy
- adding request approving
- system messages recording
- auto replying
- quick replying
- system setting
More details of changing in ChangeLog file.
Compile and Run
==============================================
1. enter eva directory, input
./configure --prefix=`kde-config --prefix`
2. then type,
make
and press enter
3. when making finished, input
su
make install
4. now, eva should be installed into your system. you can
open a console and type eva to run it.
At the End
Qun is actually a chinese word for a relatively fixed group of people. In QQ, Qun can be created when a user achieved a certain level.
下载:
http://www.myswear.net/myswear/eva/beta/eva-20080127_1.tar.bz2
./configure错误全搞掂
Tuesday, April 17, 2007, 06:50 PM
错误: C compiler cannot create executables
原因:
解决: sudo apt-get install build-essential
sudo apt-get gcc libc6-dev
错误:checking for C compiler default output... configure: error: C compiler cannot create executables
原因:
解决:sudo apt-get install libc6-dev
错误:configure: error: C++ preprocessor "/lib/cpp" fails sanity check
原因:gcc的组件没装全
解决:apt-get install build-essential
错误: Can't find X includes. Please check your installation and add the correct paths!
原因:没有X的包含文件
解决:安装xlibs-dev即可
download:ftp://openware.byr.edu.cn/pub/mirror/ubuntu/pool/main/x/xorg/xlibs-dev_7.2-0ubuntu11_all.deb
错误: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!
原因:查找提供qt的lib&&headers的软件包,并安装之
解决:apt-get install libqt3-headers libqt3-mt-dev
错误:in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
原因:install a KDE application in a Gnome environment。
解决:which basically means its going to want to install a lot of KDE specific packages to work. This 'configure:error'
is due to it expecting you to be running KDE and again refers to some 'headers'.
sudo apt-get update
sudo apt-get install kdelibs4-dev kdelibs4c2a
错误:./admin/cvs.sh: 585: autoconf: not found
原因:
解决:apt-get install autoconf
错误: *** GTK >= 2.4.0 not installed! ***
原因:没装GTK
解决:apt-get build-dep gedit
错误:heching for gtk-config... no
checking for GTK - version = 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG enviroment variable to the
*** full path to gtk-config.
configure: error: Cannot find GTK: Is gtk-config in path?
原因:
解决:sudo apt-get install libgtk1.2-dev
问题:eclipse中encoding不支持中文
解决:编辑/var/lib/locales/supported.d/local,加一行zh_CN.GBK GBK,执行sudo locale-gen
错误:gnome.h: No such file or directory
错误: No package 'libpanelapplet-2.0' found
原因:
解决:sudo apt-get install gnome-panel
问题:eva不弹出输入法
解决:sudo apt-get install scim-qtimm
问题:No package 'gtk+-2.0' found
No package 'gtksourceview-1.0' found
No package 'libgnomeui-2.0' found
No package 'libglade-2.0' found
No package 'libgnomeprintui-2.2' found
解决:sudo apt-get install libgtk2.0-dev libgtksourceview-dev libgnomeui-dev libglade2-dev libgnomeprint2.2-dev
问题:No package 'libpanelapplet-2.0' found
解决:sudo apt-get install libpanelappletmm-2.6-dev
发表评论
-
linux中if -z -d什么意思?
2015-04-27 13:53 1163[ -a FILE ] 如果 FILE 存在则为真。 ... -
linux bash shell 基本知识
2015-04-23 14:01 1219以下为转载内容: $ which bash O ... -
如何处理 bash shell 变量中的斜杠(/)?
2015-02-10 12:19 3632#!/bin/bash ## Our path ... -
通过dos 命令调用git bash
2015-01-14 12:57 18951. 先安装 git windows 客户端 2. ... -
vim常用快捷键
2014-11-24 10:55 731一. 移动: h,j,k,l: ... -
win7 + cygwin + nodejs很详细的安装步骤
2014-04-12 09:23 4423win7下安装node.js详细步骤 1.下载cygwin ... -
open windows explorer in cygwin
2014-01-08 14:29 725There's a very good implementa ... -
Operator usage in bash shell
2014-01-07 15:19 968Common Bash comparisons Op ... -
call bash shell script by dos command
2014-01-07 13:50 18051. at first we have a scrip ... -
10 个很有用的高级 Git 命令
2013-08-26 19:56 900迄今,我已经使用Git很长一段时间了,考虑分享一些不管你是团 ... -
cygwin很多命令显示command not found的解决办法
2013-08-14 13:53 2745cygwin很多命令显示command not found的 ... -
linux 服务器初始基本设置
2013-07-18 17:16 963初始安全设置 登录以后,应该马上安装安全更新,这很重要,安 ... -
10个VI的常用技巧
2013-07-17 12:42 9251.打开和关闭行号 :s ... -
some useful notes for cygwin
2013-05-22 10:48 1102useful alias list: ========== ... -
Change cygwin Home location
2013-05-22 10:20 1032Directly edited the Cygwin.bat ... -
vim语法高亮
2013-05-21 18:51 1053vi配置:1.在用户目录建立.vimrc[flying_dog ... -
bash shell notes:
2013-01-29 12:04 1106#!/bin/bash config_file ... -
how to call groovy application in linux
2013-01-29 10:21 940#!/bin/bash function launc ... -
Userful shell commoand in linux
2013-01-04 16:08 1037Userful shell commoand in li ... -
awk - 10 examples to group data in a CSV or text file
2012-06-07 18:28 1814awk is very powerful when i ...
相关推荐
Linux下的QQ,全称为EVA Linux QQ,是腾讯公司针对Linux操作系统开发的一款即时通讯软件,旨在为Linux用户提供与Windows平台上类似的QQ体验。EVA Linux QQ的出现,弥补了Linux平台在社交软件领域的不足,使得Linux...
eva0.49..deb是一款linux下的qq软件,还比较方便吧,但是肯定没有windows下的那个好用,不过比没有的好
"eva.tar.gz"是一个压缩文件,它包含EVA客户端的安装程序或者源代码,以便在Linux环境下进行部署和使用。".tar.gz"是Linux中常见的文件打包格式,它结合了".tar"(归档)和"gzip"(压缩)两种工具,能有效地减少文件...
描述中的“Linux\eva-0.4.1-5.fc6.y2.i386 linuxQQ eva”进一步证实了“eva”是与Linux相关的程序,并且可能与“linuxQQ”有所关联。"linuxQQ"通常是腾讯公司为Linux用户开发的QQ客户端,意味着“eva”可能是一个与...
在Linux环境下,特别是Ubuntu系统中,安装QQ可能对新手来说是一项挑战,但通过遵循一系列步骤,这个过程可以变得相对简单。以下是一个详细的指南,演示如何在Ubuntu上安装Eva,这是一个专为Linux用户设计的QQ客户端...
【Linux下QQ全接触】 随着Linux操作系统的易用性不断提升,越来越多的用户开始尝试使用Linux作为他们的日常操作系统。然而,国内最常用的即时通讯工具——腾讯QQ一直以来都没有官方的Linux版本,但这并不意味着...
eva是一个基于qt的linux下的QQ客户端,体积小界面友好,基本实现了QQ的基本功能,当然没有QQ的功能的强大也是可以理解的。 基本功能:以最新版为蓝本进行介绍 1.实现了发送图片 发送文件的功能,遗憾的是还没有...
***请支持开源*** 不要用rpm指令安装,直接双击安装。o(∩_∩)o...哈哈
在本文中,我们将深入探讨EVA4400的安装步骤,帮助您了解如何正确设置和配置这个强大的存储解决方案。 一、前期准备 在开始EVA4400的安装之前,确保您已具备以下条件: 1. **硬件检查**:确认所有硬件组件(包括...
【HP EVA3000 安装及配置详解】 HP EVA3000 是一款企业级存储阵列,提供了高效的数据存储和管理解决方案。本文档将详细讲解其安装和配置过程,确保用户能够正确地设置和使用该设备。 **一、环境准备** 在开始安装...
【HP EVA4400 安装图解】 HP EVA4400 是一款专为高性能、可扩展性和高可用性设计的企业级存储阵列。它在短时间内即可完成安装,提供广泛的OS兼容性,并与关键应用如Microsoft Exchange、Oracle和SAP紧密集成,以...
《EVA4400安装操作手册.pdf》这份文档是IT专业人员部署和管理EVA4400不可或缺的参考资料,它将引导读者深入理解HP EVA4400的架构,掌握其全面的功能,并确保系统的稳定运行。通过仔细阅读和实践,用户可以高效地完成...
hp Command View EVA安装指南
文档详细说明了在Internet Explorer和Mozilla Firefox等不同的浏览器环境下对设置进行配置的要求,以及如何为SMI-S EVA配置端口,以及在阵列管理前提条件下进行的必要配置。 在介绍HP Command View EVA软件套件的...
### EVA4400安装手册知识点解析 #### 一、EVA4400系统简介 ##### 1.1 EVA系统硬件构成 - **EVA机柜**:包括HSV300控制台、4个磁盘柜、电源分配器PDU。HSV300控制台负责管理和控制整个EVA4400系统;磁盘柜用于存储...
HP EVA4400是一款高性能、可扩展且高可靠性的存储解决方案,专为满足企业对数据存储的需求而设计。这款设备基于HP Storage Works 4100/6100/8100 EVA架构,提供99.999%的可用性,保证了业务连续性和数据安全性。 在...
总之,《HP EVA4400磁盘阵列安装说明》是一部全面的参考资料,为用户提供了从规划到实施,再到后期维护的全过程指导,是成功部署和管理HP EVA4400不可或缺的工具。通过遵循这份指南,用户不仅可以确保安装过程的顺利...