commit bbe9c446ade6377408f7ef89bc848a133dc753d2
parent c1fdfc4783eb4aa316fd4ebd072367c21feb85cd
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Sun, 21 Oct 2018 00:47:30 +0300
warn about possible libircclient compilation problems
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README b/README
@@ -54,10 +54,14 @@ Second, you should get the latest libircclient (currently libircclient-1.9) from
(this requires of course make, a C compiler, etc., which you can get on Debian
systems by installing e.g. the package build-essential). Then run:
+ umask 022 # avoids permission issues on installed files
./configure -enable-openssl --enable-shared
make
sudo make install
+Note that libircclient will install its libraries in /usr/lib instead of
+/usr/local/lib.
+
=== 2.2. Installing without root ===
If you cannot install libircclient system-wide, compile it as previously