summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorTodd A. Pratt <ae88925@gmail.com>2015-12-09 20:48:21 -0500
committerTodd A. Pratt <ae88925@gmail.com>2015-12-09 20:48:21 -0500
commit5d99a3d59a58bfc074fdcbae7d493d4d7c91ef7d (patch)
treee88206b61ba97673173fcaadb0e431be71d256d1 /INSTALL
parent15dfb27f80922f6f3b751da9e1395994c3026a62 (diff)
parent4dc2bab4b4ae7ff05220c1121f0f11097f77b265 (diff)
downloadirssi-5d99a3d59a58bfc074fdcbae7d493d4d7c91ef7d.zip
Merge branch 'master' of github.com:irssi/irssi
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index a83a6c76..234c6cf6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -11,7 +11,8 @@ To compile irssi you need:
For most people, this should work just fine:
- ./configure
+ ./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)