irctk

libircclient binding for scripts
git clone https://a3nm.net/git/irctk/
Log | Files | Refs | README

commit 1b8195cb8cf0800c4a6ea3fc9551dd23f62f4b9f
parent ec8253bcd873ffe6aafb969e21df6e93a6a93927
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed, 29 Jan 2014 22:10:47 +0100

fix prereqs

Diffstat:
README | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -28,7 +28,9 @@ irctk is written using libircclient, you will need this library (version >= 1.7 with SSL support) to compile and run the program. The package is libircclient1 and libircclient-dev on Debian but it is outdated as of this writing, hence you should download the lib from <https://sourceforge.net/projects/libircclient/> -and compile it and install it (this requires the package openssl-dev): +and compile it and install it (this requires the package libssl-dev, and of +course make, a C compiler, etc., which you can get on Debian system by +installing e.g. the package build-essential): ./configure --enable-openssl --enable-shared make