~rcr/rirc

A lightweight terminal IRC client in C
9680ec93 — Richard Robbins 2 months ago
Merge branch 'static_analysis'
c574834c — Richard Robbins 2 months ago
Merge branch 'dev' into static_analysis
255a25db — Richard Robbins 2 months ago
bump version, fix readme

clone

read-only
https://git.sr.ht/~rcr/rirc
read/write
git@git.sr.ht:~rcr/rirc

You can also use your local clone with git send-email.

      _
 _ __(_)_ __ ___
| '__| | '__/ __|
| |  | | | | (__
|_|  |_|_|  \___|
=================

A minimalistic IRC client written in C.


Configure
---------

Configure compile time defaults by editing `config.h`.
To generate a default config file:

    $ make config.h


Install
-------

    $ make
    $ make install

Building rirc requires a c11 compiler and GNU make.

The build toolchain and install paths can be configured via
standard environment variables, i.e.:

    $CC, $CFLAGS, $LDFLAGS, $DESTDIR, $PREFIX

The default install paths are:

    /usr/local/bin/rirc
    /usr/local/share/man/man1/rirc.1


Documentation
-------------

See `rirc --help` or `man rirc` for a summary of usage. For
complete documentation, refer to:

    https://rcr.io/rirc/