Updated README.md

This commit is contained in:
clamsawd 2015-10-08 20:44:33 +02:00
parent d6f9aa3c57
commit e3cc462b26

View File

@ -41,12 +41,12 @@ Irssi builds for Windows
* Download [irssi-0.8.17.tar.bz2](https://github.com/clamsawd/irssi-win/releases/download/v0.8.17/irssi-0.8.17.tar.bz2) and save it to `C:\Cygwin\home\<User>\`. * Download [irssi-0.8.17.tar.bz2](https://github.com/clamsawd/irssi-win/releases/download/v0.8.17/irssi-0.8.17.tar.bz2) 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 xzvf irssi-*.tar.gz` * `$ tar jzvf irssi-0.8.17.tar.bz2`
* `$ cd ./irssi-*` * `$ cd irssi-0.8.17`
* `$ ./configure --with-proxy --with-perl-staticlib --prefix=/usr/ (with perl support)` * `$ ./configure --with-proxy --with-perl=no --prefix=/usr`
* `$ ./configure --with-proxy --with-perl=no --prefix=/usr/ (without perl support)`
* `$ make` * `$ make`
* `$ make install` * `$ make install`
* `$ irssi`
### External links: ### External links: