diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2015-11-25 19:49:25 +0100 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2015-11-25 19:49:25 +0100 |
commit | c10188e45e1bf84053d711fa5b50aac2e4436c3c (patch) | |
tree | 456d9ad42b320cbe8ba5573cda9ddb5d45df2b66 | |
parent | 7ffc755448353a198889169f55731276987b656f (diff) | |
parent | 54153e6d887545b5f2b46580ce1f7eba2f7c702b (diff) | |
download | irssi-c10188e45e1bf84053d711fa5b50aac2e4436c3c.zip |
Merge pull request #368 from incertia/random-fixes
Random fixes (improve INSTALL)
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | INSTALL | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -24,6 +24,7 @@ ltversion.m4 lt~obsolete.m4 pm_to_blib stamp-h1 +MYMETA.* docs/help/Makefile.am docs/help/[a-z]* @@ -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) |