1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00

Merge pull request #368 from incertia/random-fixes

Random fixes (improve INSTALL)
This commit is contained in:
Geert Hauwaerts 2015-11-25 19:49:25 +01:00
commit c10188e45e
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -24,6 +24,7 @@ ltversion.m4
lt~obsolete.m4
pm_to_blib
stamp-h1
MYMETA.*
docs/help/Makefile.am
docs/help/[a-z]*

View File

@ -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)