Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
egalite_0.1.4-2_i386.deb | 2010-08-14 | 418.1 kB | |
egalite_0.1.4-2_amd64.deb | 2010-08-14 | 426.3 kB | |
egalite-0.1.4-10.meego.i586.rpm | 2010-08-13 | 426.9 kB | |
egalite-0.1.4.tar.gz | 2010-08-13 | 314.0 kB | |
Totals: 4 Items | 1.6 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.