From 5dbaa41c64678beddac2fb8f900a5d506010bd64 Mon Sep 17 00:00:00 2001 From: Jaidyn Ann Date: Tue, 8 Jun 2021 10:25:50 -0500 Subject: [PATCH] Add build requirements to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3f54ebf..45e9fdd 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,12 @@ 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` +