summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2016-01-12 23:38:50 +0100
committerailin-nemui <ailin-nemui@users.noreply.github.com>2016-01-18 10:43:28 +0100
commit4af3a4731ee21f063b90fdb051efa90f6788d99f (patch)
tree5e1055f90964d72ff063c6aa7dd6339934ddb08a /INSTALL
parentb837751b2df2041e916b300dfaf38d895ba454a5 (diff)
downloadirssi-4af3a4731ee21f063b90fdb051efa90f6788d99f.zip
continue head
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)