summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Hauwaerts <geert@hauwaerts.be>2015-11-25 19:49:25 +0100
committerGeert Hauwaerts <geert@hauwaerts.be>2015-11-25 19:49:25 +0100
commitc10188e45e1bf84053d711fa5b50aac2e4436c3c (patch)
tree456d9ad42b320cbe8ba5573cda9ddb5d45df2b66
parent7ffc755448353a198889169f55731276987b656f (diff)
parent54153e6d887545b5f2b46580ce1f7eba2f7c702b (diff)
downloadirssi-c10188e45e1bf84053d711fa5b50aac2e4436c3c.zip
Merge pull request #368 from incertia/random-fixes
Random fixes (improve INSTALL)
-rw-r--r--.gitignore1
-rw-r--r--INSTALL3
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0b15f43e..945b6cf6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,7 @@ ltversion.m4
lt~obsolete.m4
pm_to_blib
stamp-h1
+MYMETA.*
docs/help/Makefile.am
docs/help/[a-z]*
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)