Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
libqxmppclient1_0.1.990429-1_powerpc.deb | 2010-08-19 | 257.1 kB | |
libqxmppclient-dev_0.1.990429-1_powerpc.deb | 2010-08-19 | 22.7 kB | |
libqxmppclient1-0.1.990429.tar.gz | 2010-08-06 | 111.5 kB | |
libqxmppclient-devel-0.1.990429-1.meego.i586.rpm | 2010-08-06 | 25.4 kB | |
libqxmppclient1-0.1.990429-1.meego.i586.rpm | 2010-08-06 | 259.7 kB | |
libqxmppclient-dev_0.1.990429-1_i386.deb | 2010-08-06 | 33.4 kB | |
libqxmppclient-dev_0.1.990429-1_amd64.deb | 2010-08-06 | 33.5 kB | |
libqxmppclient1_0.1.990429-1_i386.deb | 2010-08-06 | 249.2 kB | |
libqxmppclient1_0.1.990429-1_amd64.deb | 2010-08-06 | 248.7 kB | |
libqxmppclient-devel-0.1.990429-1.2.x86_64.rpm | 2010-08-06 | 25.6 kB | |
libqxmppclient-devel-0.1.990429-1.2.i386.rpm | 2010-08-06 | 25.7 kB | |
libqxmppclient1-0.1.990429-1.2.x86_64.rpm | 2010-08-06 | 2.7 MB | |
libqxmppclient1-0.1.990429-1.2.i386.rpm | 2010-08-06 | 2.6 MB | |
Totals: 13 Items | 6.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.