From 94b2bf38c917fbdec170cebeb15cacac84278180 Mon Sep 17 00:00:00 2001 From: Jaidyn Ann Date: Wed, 30 Jun 2021 14:30:04 -0500 Subject: [PATCH] Update build instructions --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d8a7d49..e2663a6 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,16 @@ 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`. -The (unusable and experimental) libpurple add-on requires `libpurple_devel` and -`glib2_devel`. You can also build either independent of the other: +`$ make libs; make app; make protocols` -`$ make caya; make libs; make protocols` +Cardie itself requires the `expat_devel` package, the XMPP protocol requires +`gloox_devel`, and the (provisional) IRC protocol requires `libircclient_devel`, +`openssl_devel`, and `zlib_devel`. + +The (experimental) libpurple add-on requires `libpurple_devel` and +`glib2_devel`. You have to build this one manually: + +`$ make -f protocols/purple/Makefile` ## License Cardie itself is under the MIT license, but licenses vary for the included