Chat-O-Matic/README.md
2021-06-22 01:06:00 -05:00

19 lines
471 B
Markdown

# Cardie
![GSoC 2021](https://img.shields.io/badge/GSoC-2021-green.svg)
A multi-protocol chat program.
![Screenshot](data/screenshots/update-1.png)
## 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`