1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-23 06:35:36 +00:00

change ./configure to ./autogen.sh because ./configure does not exist in

a fresh clone of the repository
This commit is contained in:
Will Song 2015-11-25 11:55:18 -06:00
parent 6ac6fcec46
commit c52e6ebc99
No known key found for this signature in database
GPG Key ID: F2B1A34F21A171E2

View File

@ -11,7 +11,7 @@ To compile irssi you need:
For most people, this should work just fine:
./configure
./autogen.sh
make
su
make install (not _really_ required except for perl support)