summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorTor Hveem <tor@hveem.no>2014-03-04 16:11:18 +0100
committerTor Hveem <tor@hveem.no>2014-03-04 23:39:07 +0100
commit0c05c82f7704c83aee8ac2e649027835c6eb5996 (patch)
treee4255e0fc29b4ea90977bc66fabfe7973c74ca93 /INSTALL
parentfba765cb8f8d092f39c17278e3f672d2c48f6a4f (diff)
downloadweechat-0c05c82f7704c83aee8ac2e649027835c6eb5996.zip
Use asciidoc file ending for all asciidoc files
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL45
1 files changed, 0 insertions, 45 deletions
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 646b9b83c..000000000
--- a/INSTALL
+++ /dev/null
@@ -1,45 +0,0 @@
-= WeeChat Installation instructions
-Sébastien Helleu <flashcode@flashtux.org>
-
-
-WeeChat can be built with cmake (recommended) or autotools.
-
-[NOTE]
-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
-
-Following packages are *required*:
-
-* cmake
-* libncurses
-* libcurl
-* zlib
-* libgcrypt
-
-Following packages are all optional:
-
-* for i18n: gettext
-* for SSL: gnutls, ca-certificates
-* 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'.
-
-== Installation With cmake
-
-----
-$ 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