diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-11-06 21:40:46 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-11-06 21:40:46 +0100 |
commit | 7272b992542124f7ad2cc33a002bcfb3c526816e (patch) | |
tree | edf82f930e6f23aac9b24d7dad0fd15de9bef176 /INSTALL | |
parent | 5812564bf569c04d7119acb5c18e5e2ce3255e72 (diff) | |
download | weechat-7272b992542124f7ad2cc33a002bcfb3c526816e.zip |
core: use one line titles in AUTHORS/INSTALL/README
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 27 |
1 files changed, 12 insertions, 15 deletions
@@ -1,5 +1,6 @@ -WeeChat Installation instructions -================================= += WeeChat Installation instructions +Sébastien Helleu <flashcode@flashtux.org> + 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 |