commit 6559225f9db07342ee454f6e414cd7266f5e766b
parent bba9281c0658b626970d727713d282fec330c911
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Sat, 25 Jan 2014 09:25:53 +0100
say that you need openssl-dev
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README b/README
@@ -28,7 +28,7 @@ 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:
+and compile it and install it (this requires the package openssl-dev):
./configure --enable-openssl --enable-shared
make