summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index c5fb50f..09a1590 100644
--- a/INSTALL
+++ b/INSTALL
@@ -37,6 +37,12 @@ Libraries:
not provided.
http://www.gnu.org/software/libidn/
+- c-ares (optional, but recommended)
+ Asynchronously resolve domain names. This offers better reactivity and
+ performances when connecting to a big number of IRC servers at the same
+ time.
+ http://c-ares.haxx.se/
+
- libbotan 1.11 (optional)
Provides TLS support. Without it, IRC connections are all made in
plain-text mode.