c l i c q

a command line icq client for un*x

Installation

To install clicq you need the readline library. It very common for Linux distributions to have readline installed by default. If you do not have it, it can be found at your local gnu mirror. GNU.org has list of FTP mirrors. clicq has been tested with readline version 4.0 and 4.2.

clicq has been tested on Linux and Solaris (version 8, sparc and intel architechtures).

To install clicq, extract the source tarball (get it from the download page). If you have GNU tar, the command will be like this:

tar xfz clicq-0.1.tar.gz

clicq uses autoconf, so compiling and installing take only these three commands:

./configure
make
make install