sic/README
Hiltjo Posthuma f2c5daa9fe Makefile improvements
- Respect system/port flags by default.
- Be verbose and do not hide output. This makes it easier to debug a build.
- Remove the "options" target.
- Remove config.mk: just edit the Makefile or override flags if needed.
- dist: no need to clean before packaging files.
- dist: pipe directly to gzip without an intermediate tarball file.
- Define and add a POSIX marker to the Makefile.
2021-05-06 01:45:51 +02:00

24 lines
673 B
Plaintext

sic - simple irc client
=======================
sic is an extremly fast, small and simple irc client. It reads commands from
standard input and prints all server output to standard output. It multiplexes
also all channel traffic into one output, that you don't have to switch
different channel buffers, that's actually a feature.
Installation
------------
Edit the Makefile or override the flags to match your local setup. sic is
installed into /usr/local by default.
Afterwards enter the following command to build and install sic
(if necessary as root):
$ make
# make install
Running sic
-----------
Simply invoke the 'sic' command with the required arguments.