Added a little more explicit instructions

This commit is contained in:
thapar 2014-07-07 23:24:23 -04:00
commit 33bb9d3e64

View file

@ -9,7 +9,13 @@ To compile irssi you need:
- openssl (for ssl support) - openssl (for ssl support)
- perl-5.6 or greater (for perl support) - perl-5.6 or greater (for perl support)
For most people, this should work just fine: First, download the project's zip file from GitHub, by using the
"Download ZIP" button, or clicking this link to download from the
master branch: https://github.com/irssi/irssi/archive/master.zip
Next, extract this ZIP file.
For most people, running these commands should work just fine:
./configure ./configure
make make