Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rcr/rirc
A terminal IRC client in C
https://github.com/rcr/rirc
c irc irc-client rirc
Last synced: 2 months ago
JSON representation
A terminal IRC client in C
- Host: GitHub
- URL: https://github.com/rcr/rirc
- Owner: rcr
- License: mit
- Created: 2013-09-11T23:44:08.000Z (over 11 years ago)
- Default Branch: dev
- Last Pushed: 2024-02-28T02:24:54.000Z (11 months ago)
- Last Synced: 2024-08-02T21:38:50.414Z (5 months ago)
- Topics: c, irc, irc-client, rirc
- Language: C
- Homepage: https://rcr.io/rirc/
- Size: 2.82 MB
- Stars: 138
- Watchers: 8
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- Awesome - Rirc - A terminal IRC client in C. [rcr.io/rirc](http://rcr.io/rirc/) (Communication and Collaboration Tools / IRC)
README
_
_ __(_)_ __ ___
| '__| | '__/ __|
| | | | | | (__
|_| |_|_| \___|
=================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 installBuilding 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.1Documentation
-------------See `rirc --help` or `man rirc` for a summary of usage. For
complete documentation, refer to:https://rcr.io/rirc/