Chat-O-Matic/README.md
2021-06-08 10:25:50 -05:00

18 lines
421 B
Markdown

# ![Icon](data/icons/Caya.png) Caya
![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 Caya and its protocols with:
`$ make`
Caya itself requires the `expat_devel` package, and the XMPP protocol requires
`gloox_devel`. You can also build either independent of the other:
`$ make caya; make protocols`