Skip to content

Instantly share code, notes, and snippets.

@rondale-sc
Created August 8, 2013 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rondale-sc/6186929 to your computer and use it in GitHub Desktop.
Save rondale-sc/6186929 to your computer and use it in GitHub Desktop.
IRSSI install quick installation tip

##Installation

  • Download source
  • Un tar and read INSTALL directions for more information
  • To compile irssi you need:
    • glib-2.6 or greater
      • pkg-config
      • openssl (for ssl support)
      • perl-5.6 or greater (for perl support)

Then:

 ./configure
 make
 su
 make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment