Update README.md

This commit is contained in:
q3aql 2021-04-02 13:41:11 +02:00
parent a8aceccb0e
commit ecc324d4e4

View File

@ -1,15 +1,15 @@
Irssi builds for Windows Irssi builds for Windows (on Cygwin without perl).
======================== ==================================================
### Irssi 1.1.1 builds (without perl): ### Irssi 1.1.1 builds:
* **Windows downloads:** * **Windows downloads:**
* [irssi-1.1.1-win-32bit-build1.7z](https://github.com/q3aql/irssi-win/releases/download/v1.1.1/irssi-1.1.1-win-32bit-build1.7z) * [irssi-1.1.1-win-32bit-build1.7z](https://github.com/q3aql/irssi-win-builds/releases/download/v1.1.1/irssi-1.1.1-win-32bit-build1.7z)
* [irssi-1.1.1-win-64bit-build1.7z](https://github.com/q3aql/irssi-win/releases/download/v1.1.1/irssi-1.1.1-win-64bit-build1.7z) * [irssi-1.1.1-win-64bit-build1.7z](https://github.com/q3aql/irssi-win-builds/releases/download/v1.1.1/irssi-1.1.1-win-64bit-build1.7z)
* **Source code:** * **Source code:**
* [irssi-1.1.1.tar.xz](https://github.com/q3aql/irssi-win/releases/download/v1.1.1/irssi-1.1.1.tar.xz) * [irssi-1.1.1.tar.xz](https://github.com/q3aql/irssi-win-builds/releases/download/v1.1.1/irssi-1.1.1.tar.xz)
* [irssi-1.1.1.tar.gz](https://github.com/q3aql/irssi-win/releases/download/v1.1.1/irssi-1.1.1.tar.gz) * [irssi-1.1.1.tar.gz](https://github.com/q3aql/irssi-win-builds/releases/download/v1.1.1/irssi-1.1.1.tar.gz)
### How to use: ### How to use:
@ -17,7 +17,6 @@ Irssi builds for Windows
* Unzip the package with [7-zip](http://www.7-zip.org/) or [Winrar](http://www.rarlab.com/). * Unzip the package with [7-zip](http://www.7-zip.org/) or [Winrar](http://www.rarlab.com/).
* Copy the folder `irssi` to system. For example: `C:\Program Files\irssi`. * Copy the folder `irssi` to system. For example: `C:\Program Files\irssi`.
* (_**Optional**_) Add the folder to [PATH](https://www.google.es/search?q=add+folder+to+PATH+on+Windows) variable.
* Open the folder `irssi`. * Open the folder `irssi`.
* Run the script `irssi.cmd`. * Run the script `irssi.cmd`.
@ -25,28 +24,32 @@ Irssi builds for Windows
* Install [Cygwin](http://cygwin.com/) and add the following packages to the default configuration: * Install [Cygwin](http://cygwin.com/) and add the following packages to the default configuration:
* `Devel/gcc-core` ```shell
* `Devel/gcc-g++` * Devel/gcc-core
* `Devel/gettext` * Devel/gcc-g++
* `Devel/gettext-devel (missing libintl.a)` * Devel/gettext
* `Devel/libncurses-devel (terminfo support)` * Devel/gettext-devel (missing libintl.a)
* `Devel/make` * Devel/libncurses-devel (terminfo support)
* `Devel/pkgconfig (detects glib2)` * Devel/make
* `Interpreters/perl` * Devel/pkgconfig (detects glib2)
* `Libs/glib2` * Interpreters/perl
* `Libs/glib2-devel` * Libs/glib2
* `Libs/openssl` * Libs/glib2-devel
* `Libs/openssl-devel` * Libs/openssl
* Libs/openssl-devel
````
* Download [irssi-1.1.1.tar.gz](https://github.com/q3aql/irssi-win/releases/download/v1.1.1/irssi-1.1.1.tar.gz) and save it to `C:\Cygwin\home\<User>\`. * Download [irssi-1.1.1.tar.gz](https://github.com/q3aql/irssi-win-builds/releases/download/v1.1.1/irssi-1.1.1.tar.gz) and save it to `C:\Cygwin\home\<User>\`.
* Open a Cygwin terminal, and run the following commands: * Open a Cygwin terminal, and run the following commands:
* `$ tar zxvf irssi-1.1.1.tar.gz` ```shell
* `$ cd irssi-1.1.1` $ tar zxvf irssi-1.1.1.tar.gz
* `$ ./configure --with-proxy --with-bot --with-perl=no --prefix=/usr --enable-true-color` $ cd irssi-1.1.1
* `$ make` $ ./configure --with-proxy --with-bot --with-perl=no --prefix=/usr --enable-true-color
* `$ make install` $ make
* `$ irssi` $ make install
$ irssi
````
### External links: ### External links: