Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
berndhs-opensuse-11.3.repo | 2010-08-10 | 270 Bytes | |
berndhs-opensuse_Factory.repo | 2010-08-06 | 279 Bytes | |
berndhs-opensuse-11.2.repo | 2010-08-06 | 270 Bytes | |
berndhs-fc13.repo | 2010-08-06 | 258 Bytes | |
berndhs-fc12.repo | 2010-08-06 | 258 Bytes | |
Totals: 5 Items | 1.3 kB | 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.