From 7272b992542124f7ad2cc33a002bcfb3c526816e Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 6 Nov 2013 21:40:46 +0100 Subject: core: use one line titles in AUTHORS/INSTALL/README --- INSTALL | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 8731e3a9d..646b9b83c 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,6 @@ -WeeChat Installation instructions -================================= += WeeChat Installation instructions +Sébastien Helleu + WeeChat can be built with cmake (recommended) or autotools. @@ -8,9 +9,7 @@ Only cmake is officially supported to build WeeChat. You should use autotools only if you are not able to use cmake. + Build with autotools requires more dependencies and is slower than with cmake. - -Dependencies ------------- +== Dependencies Following packages are *required*: @@ -32,17 +31,15 @@ Following packages are all optional: For a complete list of dependencies and versions recommended, please look at 'User's guide'. +== Installation With cmake -Installation With cmake ------------------------ - ------------------------------------------------------------------- -mkdir build -cd build -cmake .. -DPREFIX=/where/you/want/install -DCMAKE_BUILD_TYPE=Debug -make -make install (as root for installation in system directories) ------------------------------------------------------------------- +---- +$ mkdir build +$ cd build +$ cmake .. -DPREFIX=/path/to/directory +$ make +$ make install (as root for installation in system directories) +---- For more information or installation with autotools, please look at 'User's guide': http://weechat.org/doc -- cgit v1.2.3