summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-08-06 20:59:12 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-08-06 20:59:12 +0200
commitc4c66923f59ce617bde14d61261d27514493a7b1 (patch)
tree7e3170aa33a79f54367e9b89d03105d9f982ed5d
parent3a2d2d6b037de28f04378dc32237e406861f6730 (diff)
downloadweechat-c4c66923f59ce617bde14d61261d27514493a7b1.zip
core: update dependencies in INSTALL
-rw-r--r--INSTALL7
1 files changed, 4 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 40c5ced4b..8731e3a9d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -15,10 +15,10 @@ Dependencies
Following packages are *required*:
* cmake
-* ncurses
-* curl
+* libncurses
+* libcurl
* zlib
-* gcrypt
+* libgcrypt
Following packages are all optional:
@@ -27,6 +27,7 @@ Following packages are all optional:
* for spell checking: aspell
* for scripting: python, perl, ruby, lua, tcl, guile
* for building doc: asciidoc, source-highlight
+ (for man page: xsltproc, docbook-xml, docbook-xsl)
For a complete list of dependencies and versions recommended, please look at
'User's guide'.