2014-03-05 12:44:10 +01:00
|
|
|
= WeeChat
|
|
|
|
:author: Sébastien Helleu
|
|
|
|
:email: flashcode@flashtux.org
|
2014-03-06 09:51:07 +01:00
|
|
|
:lang: en
|
2003-09-27 10:01:11 +00:00
|
|
|
|
2014-05-04 07:30:22 +02:00
|
|
|
|
2003-09-27 10:01:11 +00:00
|
|
|
WeeChat (Wee Enhanced Environment for Chat) is a fast and light chat
|
|
|
|
environment for many operating systems. Everything can be done with a keyboard.
|
|
|
|
It is customizable and extensible with scripts.
|
|
|
|
|
2014-12-13 09:16:09 +01:00
|
|
|
Homepage: https://weechat.org/
|
2014-03-05 12:44:10 +01:00
|
|
|
|
2014-05-03 21:30:47 +03:00
|
|
|
image:https://travis-ci.org/weechat/weechat.svg?branch=master["Build Status", link="https://travis-ci.org/weechat/weechat"]
|
2003-09-27 10:01:11 +00:00
|
|
|
|
2013-11-06 21:40:46 +01:00
|
|
|
== Features
|
2009-05-15 23:03:35 +02:00
|
|
|
|
2014-03-05 12:44:10 +01:00
|
|
|
* Modular chat client with a lightweight core and optional plugins.
|
|
|
|
* Multi-platform (GNU/Linux, *BSD, Mac OS X, QNX, Windows & other).
|
|
|
|
* Multi-protocols architecture (mainly IRC).
|
|
|
|
* Compliant with IRC RFCs 1459, 2810, 2811, 2812 and 2813.
|
|
|
|
* Small, fast and very light.
|
2015-03-08 11:33:08 +01:00
|
|
|
* Customizable and extensible with plugins (C, Perl, Python, Ruby, Lua, Tcl,
|
|
|
|
Guile, Javascript).
|
2014-03-05 12:44:10 +01:00
|
|
|
* Fully documented and translated into several languages.
|
|
|
|
* Developed from scratch.
|
|
|
|
* Free software, released under GPLv3.
|
|
|
|
|
2015-03-25 21:54:13 +01:00
|
|
|
image::https://weechat.org/media/images/screenshots/weechat/medium/weechat_2013-04-27_phlux_shadow.png[align="center"]
|
2014-03-06 09:52:01 +01:00
|
|
|
|
2014-03-05 12:44:10 +01:00
|
|
|
== Install
|
|
|
|
|
|
|
|
=== Dependencies
|
|
|
|
|
|
|
|
Following packages are *required*:
|
|
|
|
|
|
|
|
* CMake
|
|
|
|
* libncurses
|
|
|
|
* libcurl
|
|
|
|
* zlib
|
|
|
|
* libgcrypt
|
|
|
|
|
|
|
|
Following packages are optional:
|
|
|
|
|
|
|
|
* for i18n: gettext
|
|
|
|
* for SSL: gnutls, ca-certificates
|
|
|
|
* for spell checking: aspell
|
2015-03-08 11:33:08 +01:00
|
|
|
* for scripting: python, perl, ruby, lua, tcl, guile, libv8 (javascript)
|
2014-03-05 12:44:10 +01:00
|
|
|
* for building doc: asciidoc, source-highlight
|
|
|
|
(for man page: xsltproc, docbook-xml, docbook-xsl)
|
2014-08-05 07:36:01 +02:00
|
|
|
* for building tests: C++ compiler, CppUTest
|
2014-03-05 12:44:10 +01:00
|
|
|
|
|
|
|
For a complete list of dependencies and versions recommended, please look at
|
2014-12-13 09:16:09 +01:00
|
|
|
https://weechat.org/files/doc/devel/weechat_user.en.html#dependencies[user's guide].
|
2014-03-05 12:44:10 +01:00
|
|
|
|
|
|
|
=== Compile
|
|
|
|
|
|
|
|
WeeChat can be built with http://cmake.org/[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.
|
|
|
|
|
|
|
|
----
|
|
|
|
$ 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
|
2014-12-13 09:16:09 +01:00
|
|
|
https://weechat.org/files/doc/devel/weechat_user.en.html#compile_with_autotools[user's guide].
|
2009-05-15 23:03:35 +02:00
|
|
|
|
2013-11-06 21:40:46 +01:00
|
|
|
== Copyright
|
2003-09-27 10:01:11 +00:00
|
|
|
|
2015-01-01 09:23:23 +01:00
|
|
|
Copyright (C) 2003-2015 Sébastien Helleu <flashcode@flashtux.org>
|
2003-09-27 10:01:11 +00:00
|
|
|
|
2010-06-22 19:46:28 +02:00
|
|
|
This file is part of WeeChat, the extensible chat client.
|
|
|
|
|
|
|
|
WeeChat is free software; you can redistribute it and/or modify
|
2003-09-27 10:01:11 +00:00
|
|
|
it under the terms of the GNU General Public License as published by
|
2007-07-02 12:25:13 +00:00
|
|
|
the Free Software Foundation; either version 3 of the License, or
|
2003-09-27 10:01:11 +00:00
|
|
|
(at your option) any later version.
|
|
|
|
|
2010-06-22 19:46:28 +02:00
|
|
|
WeeChat is distributed in the hope that it will be useful,
|
2003-09-27 10:01:11 +00:00
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
2010-06-22 19:46:28 +02:00
|
|
|
along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
|