summaryrefslogtreecommitdiff
path: root/download/index.markdown
blob: 8dcc50b3a42e214b73bbf0f7384b8f206fd43224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
---
layout: page
title: Getting Irssi
permalink: /download/
categories: [ _nav, _6 ]
version: 1.1.0
---

There are several ways you can get Irssi<span class="hidden-md hidden-lg">:</span>

<div class="hidden-md hidden-lg" markdown="1">

0. [Binary Packages](#binary-packages)
0. [Compiling from Sources](#release-sources)

</div>

[Security information](/security)

<div class="col-lg-6 col-md-7" markdown="1">

## Binary Packages

<div class="dlc row">{%
include dl_os_icon.html name="Windows" text="**Windows**" %}{%
include dl_os_icon.html name="debian" text="**Debian**" %}{%
include dl_os_icon.html name="ubuntu" text="**Ubuntu**" %}{%
include dl_os_icon.html name="macosx" text="**OS X**" %}{%
include dl_os_icon.html name="gentoo" text="**Gentoo**" %}{%
include dl_os_icon.html name="openSUSE" text="**SUSE**" %}{%
include dl_os_icon.html name="arch" text="**ArchLinux**" %}{%
include dl_os_icon.html name="fedora" text="**Fedora/RHEL**" %}{%
include dl_os_icon.html name="opencsw" text="**Solaris**" %}{%
include dl_os_icon.html name="slackware" text="**Slackware**"%}{%
include dl_os_icon.html name="freebsd" text="**FreeBSD**" %}{%
include dl_os_icon.html name="nixos" text="**NixOS**"
%}

<!-- the following sections are opened purely based on the order, it
     has to follow the buttons above. scrolling is done with javascript to
     the about-class -->
<div class="info about-Windows" markdown="1">

### Windows

Download setup.exe from [Cygwin][2]{:rel='external'} and select irssi during the package selection step. To start irssi, open MinTTY (link should be on your Desktop) and type `irssi`

[2]: https://www.cygwin.com/

</div>
<div class="info about-debian" markdown="1">

### Debian

`apt-get install irssi`.  
You may find more up to date version on [Debian Backports][5]{:rel='external'}

[5]: http://backports.debian.org/

</div>
<div class="info about-ubuntu" markdown="1">

### Ubuntu

`apt-get install irssi`.  

</div>
<div class="info about-macosx" markdown="1">

### OS X

Install [Homebrew][7]{:rel='external'}, then  
`brew install irssi`  
You can also install Git with `--HEAD`

[7]: http://brew.sh/

</div>
<div class="info about-gentoo" markdown="1">

### Gentoo

`emerge irssi`

</div>
<div class="info about-openSUSE" markdown="1">

### openSUSE/SUSE

`zypper in irssi`.

You may find more up to date versions on [openSUSE Package Search][20]{:rel='external'}

For SLES and SLED, you can also find irssi in the [SUSE Package Hub](https://packagehub.suse.com/){:rel='external'}

[20]: http://software.opensuse.org/package/irssi

</div>
<div class="info about-arch" markdown="1">

### ArchLinux

`pacman -S irssi`

</div>
<div class="info about-fedora" markdown="1">

### Fedora

`dnf install irssi` or  
`yum install irssi`

</div>
<div class="info about-opencsw" markdown="1">

### Solaris

`pkg-get install irssi`

</div>
<div class="info about-slackware" markdown="1">

### Slackware

`slackpkg install irssi`

</div>
<div class="info about-freebsd" markdown="1">

### FreeBSD

`pkg install irssi`

</div>
<div class="info about-nixos" markdown="1">

### Nix/NixOS

`nix-env -i irssi`

</div>
<div class="no-info" markdown="1">

If your system is not listed, you can still check your systems' package manager or otherwise compile Irssi from source<span class="visible-xs-inline visible-sm-inline">.</span><span class="hidden-xs hidden-sm"> **&#10230;**</span>

</div>

<!-- unfortunately we have to hard-code the display criteria for obs-info in the style.css -->
<div class="row obs-info" markdown="1">
<div class="col-sm-2 col-md-3" markdown="1">

![][19]{:class='obsicon'}

</div>
<div class="col-sm-10 col-md-9">
<div class="col-sm-12 col-lg-6" markdown="1">

The [openSUSE Build Service](http://build.opensuse.org/){:rel='external'} is building Irssi release packages and Irssi git snapshot packages for Debian, Fedora, Ubuntu, and openSUSE.

</div>
<div class="irssi-git col-sm-6" markdown="1">

[Install irssi-git](//software.opensuse.org/download.html?project=home:ailin_nemui:irssi-git;package=irssi-git){:class='btn btn-info'}

</div>
<div class="irssi-release col-sm-6" markdown="1">

[Install irssi release](//software.opensuse.org/download.html?project=home:ailin_nemui:irssi-test;package=irssi){:class='btn btn-success'}

</div>
</div>
</div>
</div>

</div>
<div class="col-lg-6 col-md-5" markdown="1">

## Release Sources

Latest release version: **{{ page.version }}** – [Downloads / News][14]{:rel='external'} &nbsp;

See the included [INSTALL][15]{:rel='external'} file for building instructions

To verify the signatures:

    gpg --keyserver wwwkeys.pgp.net --recv-keys '7EE6 5E30 82A5 FB06 AC7C 368D 00CC B587 DDBE F0E1'

You shouldn't really trust this key without verifying its fingerprint. See it with `gpg --fingerprint staff@irssi.org` and ask someone if it matches (eg. on <tt>[#irssi][20]</tt>).

    gpg --verify irssi-{{ page.version }}.tar.xz.asc

(This key is different from the one used to sign binaries of versions before 0.8.10. More gpg help can be found from GPG manual)

## Development sources

[Source on GitHub][16]{:rel='external'} – You can also get the development version. To check it out, run

    git clone https://github.com/irssi/irssi

After check-out, you **must** run `./autogen.sh`. It may be necessary to install additional packages. More information can be found on [the wiki.][17]{:rel='external'}

See also: [Commit Log][18]{:rel='external'}

</div>

[13]: //github.com/irssi-import/irssi/releases
[14]: //github.com/irssi/irssi/releases
[15]: //github.com/irssi/irssi/blob/master/INSTALL
[16]: //github.com/irssi/irssi
[17]: //github.com/shabble/irssi-docs/wiki/Irssi-0.8.17#compiling-from-git
[18]: //github.com/irssi/irssi/commits/master
[19]: {{ site.baseurl }}/assets/obs.png
[20]: {{ site.baseurl }}/support/irc