de09ff9ad6 | ||
---|---|---|
application | ||
data | ||
libs | ||
protocols | ||
smileys | ||
Contributors | ||
License | ||
Makefile | ||
Makefile.common | ||
README.md |
Cardie
A multi-protocol chat program.
Building
You can make Cardie and its protocols with:
$ make
Cardie itself requires the expat_devel
package, the XMPP protocol requires
gloox_devel
, and the (provisional) IRC protocol requires
libircclient_devel
. You can also build either independent of the other:
$ make caya; make libs; make protocols