From 8aa4ed3e3c30ab08abe9f9ec1b1186b4cefe1d43 Mon Sep 17 00:00:00 2001 From: Jaidyn Ann Date: Wed, 11 Aug 2021 17:25:52 -0500 Subject: [PATCH] Update README --- License | 1 + README.md | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/License b/License index 61d0d9f..99795cf 100644 --- a/License +++ b/License @@ -2,6 +2,7 @@ Copyright (c) 2009-2010, Andrea Anzani Copyright (c) 2009-2012, Dario Casalinuovo Copyright (c) 2009-2010, Pier Luigi Fiorini +Copyright (c) 2021, Jaidyn Levesque Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md index 442a451..0310bf2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Cardie ![GSoC 2021](https://img.shields.io/badge/GSoC-2021-green.svg) -A multi-protocol chat program. +A multi-protocol chat program based on [Caya](https://github.com/Augustolo/Caya). ![Screenshot](data/screenshots/update-2.png) @@ -18,8 +18,7 @@ Cardie itself requires the `expat_devel` package, the XMPP protocol requires `gloox_devel`, and the libpurple add-on requires `libpurple_devel` and `glib2_devel`. -The (provisional) IRC protocol requires `libircclient_devel`, `openssl_devel`, -and `zlib_devel`, though you have to build it specifically: +The (provisional) IRC protocol has to be built specifically: `$ make -f protocols/irc/Makefile`