1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

revise INSTALL to be more clear regarding which script to use

This commit is contained in:
Will Song 2015-11-25 12:25:55 -06:00
parent c52e6ebc99
commit 54153e6d88
No known key found for this signature in database
GPG Key ID: F2B1A34F21A171E2

View File

@ -11,7 +11,8 @@ To compile irssi you need:
For most people, this should work just fine:
./autogen.sh
./autogen.sh (for people who just cloned the repository)
./configure (if this script already exists, skip ./autogen.sh)
make
su
make install (not _really_ required except for perl support)