mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
Merge pull request #368 from incertia/random-fixes
Random fixes (improve INSTALL)
This commit is contained in:
commit
c10188e45e
2 changed files with 3 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue