![]() |
Communi
1.1.0
A cross-platform IRC client library written with Qt 4
|
Communi, formerly known as LibIrcClient-Qt, is a cross-platform IRC client library written with Qt 4. IRC (Internet Relay Chat protocol) is a simple text-based communication protocol.
To compile Communi, do the standard mantra:
The default build config is resolved by qmake. To build Communi specifically in release or debug mode, you may pass additional "-config release" or "-config debug" parameters to qmake, respectively. Furthermore, in order to build a static version of Communi, you may pass "-config static".
Add the following line to your qmake project (.pro) file:
This adds the necessary include paths and linker rules in order to use the library.
Communi in a nutshell:
1.8.1.1