An irc bot framework / library with an example client.
To build on Linux,
- mkdir build
- cd build
- cmake ..
- make
This will make the binary "ircb" and any test binaries.
To build on Windows with MSVC,
- clone from git
- build
You will have to set up your project to pass arguments to the binary.
To build on Mac OS X with VSCode,
- clone from git
- build with gcc - it will not build with AppleClang
Checking test coverage can be done by running the following in the build directory:
gcovr -r .. -e _deps