diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2008-02-05 12:19:08 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2008-02-05 12:19:08 +0000 |
commit | 9159f2456e5fad23122a2652e469eafb477612b5 (patch) | |
tree | 01369c49acae3e989e40836fdb43ad55e4a2e02a /INSTALL | |
parent | 1ea1c6f813c0548164a3e698a06688450409af19 (diff) | |
download | irssi-9159f2456e5fad23122a2652e469eafb477612b5.zip |
Document packages needed to build/run irssi.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4708 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -2,11 +2,12 @@ Irssi installation instructions ------------------------------- -First of all, you need GLib to compile irssi. If you don't have it -already, you can either install it or let irssi download & compile it. -The automatic downloading works only if you have wget or ncftpget -installed, you can do it manually by unpacking glib sources to irssi's -root dir. +To compile irssi you need: + +- glib-2.6 or greater +- pkg-config +- openssl (for ssl support) +- perl-5.005 or greater (for perl support) For most people, this should work just fine: @@ -27,10 +28,9 @@ commonly used ones: use /SET resolve_prefer_ipv6 ON. You can also override this with /SERVER -4 or -6 options. -If GLib or ncurses is installed installed in a non-standard path you can -specify it with --with-glib=/path and --with-ncurses=/path. If anything else -is in non-standard path, you can just give the paths in CPPFLAGS and LIBS -environment variable, eg.: +If ncurses is installed in a non-standard path you can specify it with +--with-ncurses=/path. If anything else is in non-standard path, you can just +give the paths in CPPFLAGS and LIBS environment variable, eg.: CPPFLAGS=-I/opt/openssl/include LDFLAGS=-L/opt/openssl/lib ./configure |