diff options
author | dequis <dx@dxzone.com.ar> | 2015-12-13 21:58:40 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-12-13 22:22:03 -0300 |
commit | a38c3e5d88cf389f902f5fad3e637e84f55e6aae (patch) | |
tree | 715e7c119976f8cce051aa5c0bba29bb9fb287bd | |
parent | 47d9a9ad9c22a0c45dd56294af89769620508fe8 (diff) | |
download | irssi.github.io-a38c3e5d88cf389f902f5fad3e637e84f55e6aae.zip |
download: remove outdated instructions, fix a few typos
-rw-r--r-- | download/index.textile | 28 |
1 files changed, 4 insertions, 24 deletions
diff --git a/download/index.textile b/download/index.textile index 19ec75a..0680bb1 100644 --- a/download/index.textile +++ b/download/index.textile @@ -9,8 +9,6 @@ There are several ways you can get Irssi: # "Ready-Made Packages":#packages # "Compiling from Sources":#sources -* "Miscellaneous Links":#misc - h2(#packages). Distributions' Packages <div class="row"> @@ -18,7 +16,7 @@ h2(#packages). Distributions' Packages div{margin-bottom:1ex}. !{padding-right:1ex}/assets/Windows.png!*Windows* -p. Dowload setup.exe from "(rel-external)Cygwin":https://www.cygwin.com/ and select irssi during the package selection step. To start irssi, open MinTTY (link should be on your Desktop) and type @irssi@ +p. Download setup.exe from "(rel-external)Cygwin":https://www.cygwin.com/ and select irssi during the package selection step. To start irssi, open MinTTY (link should be on your Desktop) and type @irssi@ </div> <div class="col-md-4"> @@ -91,15 +89,9 @@ You can also install Git with: h2(#sources). Sources -h3. Sources for the latest release - Latest release version: *0.8.17* - "(rel-external)Downloads"://github.com/irssi-import/irssi/releases -They sources are pretty easy to compile once you have all the prerequisites: - -bc. ./configure && make && sudo make install - -but read the included @INSTALL@ file if you get into trouble. +See the included "(rel-external)INSTALL"://github.com/irssi/irssi/blob/master/INSTALL file for building instructions To verify the signatures: @@ -111,27 +103,15 @@ bc. gpg --verify irssi-0.8.17.tar.gz.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) - -"(rel-external)GLIB":https://developer.gnome.org/glib/ (at least version 2.0) is required to compile Irssi - h3. Development sources -"Git":1 - You can also get the development version. To check it out, run +"(rel-external)Git":1 - You can also get the development version. To check it out, run bc. 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 "(rel-external)the wiki.":https://github.com/shabble/irssi-docs/wiki/Irssi-0.8.17#compiling-from-git -*Note*, the @INSTALL@ document is **not** valid for Git clones, only for release tarballs (even though it is also included in the Git checkout) - - -h2(#misc). Misc - -* "(rel-external)Commit Log"://github.com/irssi/irssi/commits/master -* "(rel-external)Release ChangeLog"://github.com/irssi-import/irssi/releases -* "(rel-external)Czech translation patch":http://nomi.cz/download/releases/irssi-cz/ -* "(rel-external)IrssiX":http://adlr.info/?Irssix for Mac OS X / Cocoa -* "(rel-external)MacIrssi"://github.com/MacIrssi/MacIrssi is another interface for the Mac users you may want to take a look at. +See also: "(rel-external)Commit Log"://github.com/irssi/irssi/commits/master [1]https://github.com/irssi/irssi |