Download Latest Version egalite-0.5.6.tar.gz (407.6 kB)
Email in envelope

Get an email when there's a new version of egalite

Home / release-0.1.2
Name Modified Size InfoDownloads / Week
Parent folder
egalite-0.1.2-5.meego.i586.rpm 2010-08-06 412.6 kB
egalite_0.1.2-1_i386.deb 2010-08-06 405.7 kB
egalite-0.1.2-5.1.x86_64.rpm 2010-08-06 460.2 kB
egalite-0.1.2-5.1.i386.rpm 2010-08-06 451.5 kB
egalite_0.1.2-1_amd64.deb 2010-08-06 414.9 kB
egalite-0.1.2.tar.gz 2010-08-06 302.8 kB
Totals: 6 Items   2.4 MB 0
Dchat / Egalite
===============

chat direct over SSL links, or using servers with XMPP or IRC


== Build and Install ==

To build Egalite, you must first install QXmpp.
For your convenience, the egalite project provides
a fork of QXmpp that you can install as a shared library.

After installing QXmpp, build ealite as usual, assuming you
have the Prerequisites (see below):

$ cd /where/you/unpacked/egalite
$ ./configure
$ make

This will put an excutable in the bin/ directory.
You can run this as bin/egalite
Or you can do

# make install

and egalite will be installed in your /usr/local/bin, or /usr/bin,
or whatever you specified as prefix in the configure command.


== Prerequisites ==

You need:

g++ (that's gcc/c++)
Qt4.7.1 devel or later
  - this includes qmake and lrelease
QCA2-devel
QCA-ossl  (don't need devel of this)

the exact naming of these may vary depending on your system.


Source: README, updated 2011-04-15