diff options
author | Florent Le Coz <louiz@louiz.org> | 2013-12-08 20:28:57 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2013-12-08 20:28:57 +0100 |
commit | 2aa868c7cc3a11b66f3326519f8d67b67b33b986 (patch) | |
tree | a1158bb228593fb13c4687fea51122502142753a /INSTALL | |
parent | 8e2dd573bb01f1caa66674a58c2917592256b41f (diff) | |
download | biboumi-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-- | INSTALL | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |