1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-02 06:11:11 +00:00
irssi/README.md

75 lines
2.3 KiB
Markdown
Raw Normal View History

2022-06-06 19:47:19 +00:00
# [Irssi](https://irssi.org)
2022-06-06 19:47:19 +00:00
![Build Status](https://github.com/irssi/irssi/workflows/Check%20Irssi/badge.svg?branch=master)
2014-06-15 15:32:17 +00:00
2022-06-06 19:47:19 +00:00
Irssi is a modular text mode chat client. It comes with IRC support
built in, and there are third party
[ICB](https://github.com/jperkin/irssi-icb),
2014-06-30 00:25:32 +00:00
[SILC](http://www.silcnet.org/),
[XMPP](http://cybione.org/~irssi-xmpp/) (Jabber),
2017-10-30 15:54:32 +00:00
[PSYC](http://about.psyc.eu/Irssyc) and
2014-06-30 00:25:32 +00:00
[Quassel](https://github.com/phhusson/quassel-irssi) protocol modules
available.
2022-05-31 08:25:01 +00:00
![irssi](https://user-images.githubusercontent.com/5665186/32180643-cf127f60-bd92-11e7-8aa2-882313ce1d8e.png)
2017-10-30 15:54:32 +00:00
2022-06-06 19:47:19 +00:00
## [Download information](https://irssi.org/download/)
2017-10-30 15:54:32 +00:00
#### Development source installation
[Ninja](https://ninja-build.org/) 1.8 and [Meson](https://mesonbuild.com/) 0.53
2019-07-17 11:52:20 +00:00
2017-10-30 15:54:32 +00:00
```
2022-06-06 19:47:19 +00:00
git clone https://github.com/irssi/irssi
2017-10-30 15:54:32 +00:00
cd irssi
2019-07-16 14:23:12 +00:00
meson Build
ninja -C Build && sudo ninja -C Build install
2017-10-30 15:54:32 +00:00
```
#### Release source installation
2022-06-06 19:47:19 +00:00
* Download [release](https://github.com/irssi/irssi/releases)
2021-09-01 21:37:11 +00:00
* Verify signature
2017-10-30 15:54:32 +00:00
```
tar xJf irssi-*.tar.xz
cd irssi-*
2021-09-01 21:37:11 +00:00
meson Build
ninja -C Build && sudo ninja -C Build install
2017-10-30 15:54:32 +00:00
```
### Requirements
- [glib-2.32](https://wiki.gnome.org/Projects/GLib) or greater
2017-10-30 15:54:32 +00:00
- [openssl](https://www.openssl.org/)
- [perl-5.8](https://www.perl.org/) or greater (for perl support)
2017-10-30 15:54:32 +00:00
- terminfo or ncurses (for text frontend)
#### See the [INSTALL](INSTALL) file for details
2022-06-06 19:47:19 +00:00
## [Documentation](https://irssi.org/documentation/)
2017-10-30 15:54:32 +00:00
2022-06-06 19:47:19 +00:00
* [New users guide](https://irssi.org/New-users/)
* [Questions and Answers](https://irssi.org/documentation/qna/)
2017-10-30 15:54:32 +00:00
* Check the built-in `/HELP`, it has all the details on command syntax
## [Themes](https://irssi-import.github.io/themes/)
2018-01-16 15:23:54 +00:00
## [Scripts](https://scripts.irssi.org/)
2017-10-30 15:54:32 +00:00
2022-06-06 19:47:19 +00:00
## [Modules](https://irssi.org/modules/)
2017-10-30 15:54:32 +00:00
## [Security information](https://irssi.org/security/)
Please report security issues to staff@irssi.org. Thanks!
2021-09-01 21:37:11 +00:00
## [Bugs](https://github.com/irssi/irssi/issues) / Suggestions / Contributing
2017-10-30 15:54:32 +00:00
Check the GitHub issues if it is already listed in there; if not, open
an issue on GitHub or send a mail to [staff@irssi.org](mailto:staff@irssi.org).
Irssi is always looking for developers. Feel free to submit patches through
GitHub pull requests.
You can also contact the Irssi developers in
2021-05-19 19:51:39 +00:00
[#irssi](https://irssi.org/support/irc/) on irc.libera.chat.