Update README

This commit is contained in:
Jaidyn Ann 2021-08-11 17:25:52 -05:00
parent b576311552
commit 8aa4ed3e3c
2 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,7 @@
Copyright (c) 2009-2010, Andrea Anzani Copyright (c) 2009-2010, Andrea Anzani
Copyright (c) 2009-2012, Dario Casalinuovo Copyright (c) 2009-2012, Dario Casalinuovo
Copyright (c) 2009-2010, Pier Luigi Fiorini Copyright (c) 2009-2010, Pier Luigi Fiorini
Copyright (c) 2021, Jaidyn Levesque
Redistribution and use in source and binary forms, with or without modification, Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met: are permitted provided that the following conditions are met:

View File

@ -1,7 +1,7 @@
# Cardie # Cardie
![GSoC 2021](https://img.shields.io/badge/GSoC-2021-green.svg) ![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) ![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 `gloox_devel`, and the libpurple add-on requires `libpurple_devel` and
`glib2_devel`. `glib2_devel`.
The (provisional) IRC protocol requires `libircclient_devel`, `openssl_devel`, The (provisional) IRC protocol has to be built specifically:
and `zlib_devel`, though you have to build it specifically:
`$ make -f protocols/irc/Makefile` `$ make -f protocols/irc/Makefile`