diff options
author | Todd A. Pratt <ae88925@gmail.com> | 2015-12-09 20:48:21 -0500 |
---|---|---|
committer | Todd A. Pratt <ae88925@gmail.com> | 2015-12-09 20:48:21 -0500 |
commit | 5d99a3d59a58bfc074fdcbae7d493d4d7c91ef7d (patch) | |
tree | e88206b61ba97673173fcaadb0e431be71d256d1 /INSTALL | |
parent | 15dfb27f80922f6f3b751da9e1395994c3026a62 (diff) | |
parent | 4dc2bab4b4ae7ff05220c1121f0f11097f77b265 (diff) | |
download | irssi-5d99a3d59a58bfc074fdcbae7d493d4d7c91ef7d.zip |
Merge branch 'master' of github.com:irssi/irssi
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |