-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathREADME
45 lines (28 loc) · 764 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
_
_ __(_)_ __ ___
| '__| | '__/ __|
| | | | | | (__
|_| |_|_| \___|
=================
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/