mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Merge pull request #368 from incertia/random-fixes
Random fixes (improve INSTALL)
This commit is contained in:
commit
c10188e45e
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,6 +24,7 @@ ltversion.m4
|
|||||||
lt~obsolete.m4
|
lt~obsolete.m4
|
||||||
pm_to_blib
|
pm_to_blib
|
||||||
stamp-h1
|
stamp-h1
|
||||||
|
MYMETA.*
|
||||||
|
|
||||||
docs/help/Makefile.am
|
docs/help/Makefile.am
|
||||||
docs/help/[a-z]*
|
docs/help/[a-z]*
|
||||||
|
3
INSTALL
3
INSTALL
@ -11,7 +11,8 @@ To compile irssi you need:
|
|||||||
|
|
||||||
For most people, this should work just fine:
|
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
|
make
|
||||||
su
|
su
|
||||||
make install (not _really_ required except for perl support)
|
make install (not _really_ required except for perl support)
|
||||||
|
Loading…
Reference in New Issue
Block a user