commit 851b51c92c04d4e32c34c042581a0a00cc5b51bd
parent 1a617e1a4d26fed916a5190951d0819351cfed25
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Wed, 12 Sep 2018 01:02:46 +0200
fix error in ln command in readme (thanks pintoch)
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README b/README
@@ -63,7 +63,9 @@ by installing e.g. the package build-essential). Then run:
If you cannot install libircclient system-wide, compile it as previously
explained, without the "sudo" command. Then, issue (in the libircclient folder):
- ln -s src/libircclient.so src/libircclient.so.1
+ cd src
+ ln -s libircclient.so libircclient.so.1
+ cd ..
Now go back to the irctk folder, and edit the Makefile to add the following at
the end of the CFLAGS line, adjusting for the location of the libircclient