Irssi builds for Windows (on Cygwin without perl).
Go to file
2022-06-30 21:07:47 +02:00
bin Update script for copy binaries and dependencies 2022-06-30 21:07:47 +02:00
home home dir 2021-04-02 13:50:42 +02:00
icon Move irssi.ico for icon folder 2021-04-02 13:10:54 +02:00
prompt Mintty default config file 2021-04-02 14:08:42 +02:00
scripts Scripts backup from msparks/irssiscripts 2021-04-02 13:04:11 +02:00
terminfo Add terminfo for cygwin 2021-04-02 13:27:20 +02:00
themes Themes fear/fear2 from msparks/irssiscripts repo 2021-04-02 13:03:54 +02:00
tmp Create temporal folder (/tmp) 2021-04-02 14:11:54 +02:00
usr/share/terminfo Add terminfo for cygwin 2021-04-02 13:27:20 +02:00
Install.cmd Irssi installer (Install.cmd) 2021-04-02 13:09:41 +02:00
Irssi.cmd Copy all themes on Irssi home 2021-04-02 14:24:27 +02:00
README.md README.md (v1.2.2) 2021-04-02 14:28:24 +02:00

Irssi builds for Windows (on Cygwin without perl).

Irssi 1.2.2 builds:

How to use:

  • Instructions:

    • Unzip the package with 7-zip or Winrar.
    • Copy the folder Irssi to C:\ or C:\Program Files\.
    • Open the folder Irssi.
    • Run the script Install.cmd.

How to build irssi on Cygwin

  • Install Cygwin and add the following packages to the default configuration:

    * Devel/gcc-core
    * Devel/gcc-g++
    * Devel/gettext
    * Devel/gettext-devel (missing libintl.a)
    * Devel/libncurses-devel (terminfo support)
    * Devel/make
    * Devel/pkgconfig (detects glib2)
    * Interpreters/perl
    * Libs/glib2
    * Libs/glib2-devel
    * Libs/openssl
    * Libs/openssl-devel
    
  • Download irssi-1.2.2.tar.gz and save it to C:\Cygwin\home\<User>\.

  • Open a Cygwin terminal, and run the following commands:

    $ tar zxvf irssi-1.2.2.tar.gz
    $ cd irssi-1.2.2
    $ ./configure --with-proxy --with-bot --with-perl=no --prefix=/usr --enable-true-color
    $ make
    $ make install
    $ irssi