summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2013-12-08 20:28:57 +0100
committerFlorent Le Coz <louiz@louiz.org>2013-12-08 20:28:57 +0100
commit2aa868c7cc3a11b66f3326519f8d67b67b33b986 (patch)
treea1158bb228593fb13c4687fea51122502142753a /INSTALL
parent8e2dd573bb01f1caa66674a58c2917592256b41f (diff)
downloadbiboumi-2aa868c7cc3a11b66f3326519f8d67b67b33b986.tar.gz
biboumi-2aa868c7cc3a11b66f3326519f8d67b67b33b986.tar.bz2
biboumi-2aa868c7cc3a11b66f3326519f8d67b67b33b986.tar.xz
biboumi-2aa868c7cc3a11b66f3326519f8d67b67b33b986.zip
Document the bare-JID-for-IRC-users feature
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 10 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 309ecc0..94b62bc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,18 +4,28 @@
Build and runtime dependencies:
+
Libraries:
+
- crypto++
Sometimes packaged as cryptopp. This library is used to generate MD5
hashes.
http://www.cryptopp.com/
+
- expat
Used to parse XML from the XMPP server.
http://expat.sourceforge.net/
+
- libiconv
Encoding from anything into UTF-8
http://www.gnu.org/software/libiconv/
+- libidn (optionnal, but recommended)
+ Provides the stringprep functionality. Without it, JIDs for IRC users are
+ not provided.
+ http://www.gnu.org/software/libidn/
+
+
Tools:
- A C++11 compiler.
- CMake