From 8c8bb8e72c92d9f977004a5dc1f625717d3dd0a7 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 19 Oct 2012 14:28:35 +0200 Subject: [PATCH] doc: add link to doc for dependencies in file INSTALL --- INSTALL | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/INSTALL b/INSTALL index d5aae6b2c..c4c9966d9 100644 --- a/INSTALL +++ b/INSTALL @@ -4,6 +4,13 @@ WeeChat Installation instructions You can build WeeChat with cmake (recommended way) or autotools. +Dependencies +------------ + +List of dependencies can be found in user's guide, see page with WeeChat docs: +http://www.weechat.org/doc + + With cmake ----------