From 9159f2456e5fad23122a2652e469eafb477612b5 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Tue, 5 Feb 2008 12:19:08 +0000 Subject: Document packages needed to build/run irssi. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4708 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- INSTALL | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 02e171b7..ea34e631 100644 --- a/INSTALL +++ b/INSTALL @@ -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 -- cgit v1.2.3