Home
Name Modified Size InfoDownloads / Week
release-0.6.7 2011-12-09
release-0.5.6 2011-04-17
release-0.5.5 2011-04-15
release-0.4.1 2010-11-14
release-0.4.0 2010-11-13
release-0.3.5 2010-10-12
release-0.3.4 2010-10-10
release-0.3.1 2010-09-08
release-0.2.1 2010-09-05
release-0.1.5 2010-08-19
requirements 2010-08-19
release-0.1.4 2010-08-14
release-0.1.3 2010-08-10
RPM-repos 2010-08-10
release-0.1.2 2010-08-06
DEB-repos 2010-08-06
release-0.1-pre 2010-08-05
README 2011-04-15 901 Bytes
Totals: 18 Items   901 Bytes 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