Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/communi/communi-desktop
An IRC client for desktop environments
https://github.com/communi/communi-desktop
client irc qt
Last synced: about 1 month ago
JSON representation
An IRC client for desktop environments
- Host: GitHub
- URL: https://github.com/communi/communi-desktop
- Owner: communi
- License: bsd-3-clause
- Created: 2013-01-21T19:51:57.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T18:18:33.000Z (8 months ago)
- Last Synced: 2024-10-26T23:12:39.609Z (2 months ago)
- Topics: client, irc, qt
- Language: C++
- Homepage: https://communi.github.io/
- Size: 10 MB
- Stars: 56
- Watchers: 5
- Forks: 22
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# [![Logo]][Home] Communi [![Status]][CI]
A simple and elegant cross-platform [IRC] client for desktop platforms, based on [Qt] and the Communi [IRC framework].
![Screenshot](https://raw.githubusercontent.com/wiki/communi/communi-desktop/images/cute.png)
More screenshots: [Gallery](https://github.com/communi/communi-desktop/wiki/Gallery)
## Installation
Prerequisites: Git, Qt 5
#### Communi IRC framework
git clone git://github.com/communi/libcommuni
cd libcommuni
qmake
make
sudo make install#### Communi desktop client
git clone git://github.com/communi/communi-desktop
cd communi-desktop
git submodule update --init
qmake
make
sudo make install## License
Communi is free software; you can redistribute and/or modify it under the terms of the [BSD](http://opensource.org/licenses/BSD-3-Clause) license.
## Contact
- Website: [github.com/communi/communi-desktop][Home]
- Issue tracker: [github.com/communi/communi-desktop/issues][Issues]
- IRC channel: `#communi` on irc.libera.chat[Home]: http://github.com/communi/communi-desktop
[Issues]: http://github.com/communi/communi-desktop/issues
[Logo]: https://raw.githubusercontent.com/communi/libcommuni/master/doc/communi.png
[Status]: https://travis-ci.org/communi/communi-desktop.svg?branch=master
[CI]: https://travis-ci.org/communi/communi-desktop
[Qt]: http://www.qt.io
[IRC]: http://en.wikipedia.org/wiki/Internet_Relay_Chat
[IRC framework]: http://communi.github.io