version of weechat using utf8proc
 
 
 
 
 
 
Go to file
Sébastien Helleu cad0354934 debian: remove invalid line in Russin quickstart file 2016-05-20 08:35:34 +02:00
cmake core: remove obsolete file FindSourcehighlight.cmake (issue #722) 2016-05-15 09:05:59 +02:00
debian-devel debian: remove invalid line in Russin quickstart file 2016-05-20 08:35:34 +02:00
debian-stable core: rename .asciidoc files to .adoc (issue #722) 2016-05-15 08:52:19 +02:00
doc doc: update Japanese auto-generated files 2016-05-19 09:07:08 +02:00
po relay: add option relay.network.allow_empty_password (closes #735) 2016-05-18 07:55:03 +02:00
src relay: add option relay.network.allow_empty_password (closes #735) 2016-05-18 07:55:03 +02:00
tests tests: add tests on function string_split_command() 2016-05-14 09:14:08 +02:00
tools debian: update debian/ubuntu patches to not build doc/man page 2016-05-16 17:56:51 +02:00
.gitattributes core: add a script tools/build-debian.sh to build stable/devel Debian packages 2015-10-24 13:00:06 +02:00
.gitignore doc: use asciidoctor instead of asciidoc (issue #722) 2016-05-14 09:42:57 +02:00
.mailmap core: update email of Krzysztof Korościk 2016-04-20 19:39:43 +02:00
.travis.yml core: remove install of asciidoc and related packages (Travis CI) (issue #722) 2016-05-15 09:10:08 +02:00
AUTHORS.adoc core: rename .asciidoc files to .adoc (issue #722) 2016-05-15 08:52:19 +02:00
CMakeLists.txt core: rename .asciidoc files to .adoc (issue #722) 2016-05-15 08:52:19 +02:00
COPYING Replaced GPL 2 license by GPL 3 2007-07-02 12:25:13 +00:00
ChangeLog.adoc relay: add option relay.network.allow_empty_password (closes #735) 2016-05-18 07:55:03 +02:00
Contributing.adoc core: rename .asciidoc files to .adoc (issue #722) 2016-05-15 08:52:19 +02:00
Makefile.am core: rename file FindAsciidoc.cmake to FindAsciidoctor.cmake in autotools (issue #722) 2016-05-15 09:07:05 +02:00
README.adoc core: fix dependencies in README (issue #722) 2016-05-15 08:56:45 +02:00
ReleaseNotes.adoc core: rename .asciidoc files to .adoc (issue #722) 2016-05-15 08:52:19 +02:00
autogen.sh core: update copyright dates 2016-01-01 11:09:53 +01:00
config.h.cmake guile: fix compilation with Guile < 2.0.4 (closes #198) 2014-09-20 15:43:29 +02:00
configure.ac core: require asciidoctor 1.5.4 instead of 1.5.0 (issue #722) 2016-05-14 09:42:57 +02:00
makedist.sh core: update copyright dates 2016-01-01 11:09:53 +01:00
version.sh Version 1.6-dev 2016-05-01 14:47:08 +02:00
weechat.cygport.in core: rename .asciidoc files to .adoc (issue #722) 2016-05-15 08:52:19 +02:00
weechat.pc.in Install developement files for plugins and pkg-config support (cmake). 2009-05-08 23:37:13 +02:00
weechat.png core: update WeeChat logo (32x32 icon) 2013-05-23 14:53:42 +02:00
weechat.spec core: rename .asciidoc files to .adoc (issue #722) 2016-05-15 08:52:19 +02:00

README.adoc

= WeeChat
:author: Sébastien Helleu
:email: flashcode@flashtux.org
:lang: en


image:https://travis-ci.org/weechat/weechat.svg?branch=master["Build Status", link="https://travis-ci.org/weechat/weechat"]
image:https://img.shields.io/badge/diaspora*-follow-blue.svg["Diaspora*", link="https://diasp.eu/u/weechat"]
image:https://img.shields.io/badge/google%2B-follow-blue.svg["Google+", link="https://plus.google.com/+WeeChat"]
image:https://img.shields.io/badge/devel%20blog-follow-blue.svg["Devel blog", link="http://dev.weechat.org/"]
image:https://img.shields.io/badge/slant-recommend-28acad.svg["Slant", link="http://www.slant.co/topics/1323/~irc-clients-for-linux"]
image:https://img.shields.io/badge/paypal-donate%20%E2%9D%A4-yellow.svg["Paypal", link="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4LSMSNLUAJWNS"]

WeeChat (Wee Enhanced Environment for Chat) is a free chat client, fast and
light, designed for many operating systems.
It is highly customizable and extensible with scripts.

Homepage: https://weechat.org/

== Features

* 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.
* Customizable and extensible with plugins (C, Perl, Python, Ruby, Lua, Tcl,
  Guile, Javascript).
* Fully documented and translated into several languages.
* Developed from scratch.
* Free software, released under GPLv3.

image::https://weechat.org/media/images/screenshots/weechat/medium/weechat_2013-04-27_phlux_shadow.png[align="center"]

Other screenshots are on https://weechat.org/about/screenshots/[this page].

== 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
* for scripting: python, perl, ruby, lua, tcl, guile, libv8 (javascript)
* for building doc and man page: asciidoctor
* for building tests: C++ compiler, CppUTest

For a complete list of dependencies and versions recommended, please look at
https://weechat.org/files/doc/devel/weechat_user.en.html#dependencies[user's guide].

=== Compile

WeeChat can be built with http://cmake.org/[CMake] (recommended) or autotools.

[NOTE]
Only CMake is officially supported to build WeeChat. You should only use
autotools if you are not able to use CMake. +
Building with autotools requires more dependencies and is slower than with CMake.

----
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/directory
$ make
$ make install     (as root for installation in system directories)
----

For more information or installation with autotools, please look at
https://weechat.org/files/doc/devel/weechat_user.en.html#compile_with_autotools[user's guide].

== Copyright

Copyright (C) 2003-2016 Sébastien Helleu <flashcode@flashtux.org>

This file is part of WeeChat, the extensible chat client.

WeeChat is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.

WeeChat is distributed in the hope that it will be useful,
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
along with WeeChat.  If not, see <http://www.gnu.org/licenses/>.