1
0
mirror of https://github.com/irssi/irssi.git synced 2025-02-02 15:08:01 -05:00

Document packages needed to build/run irssi.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4708 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-02-05 12:19:08 +00:00 committed by exg
parent 1ea1c6f813
commit 9159f2456e

18
INSTALL
View File

@ -2,11 +2,12 @@
Irssi installation instructions Irssi installation instructions
------------------------------- -------------------------------
First of all, you need GLib to compile irssi. If you don't have it To compile irssi you need:
already, you can either install it or let irssi download & compile it.
The automatic downloading works only if you have wget or ncftpget - glib-2.6 or greater
installed, you can do it manually by unpacking glib sources to irssi's - pkg-config
root dir. - openssl (for ssl support)
- perl-5.005 or greater (for perl support)
For most people, this should work just fine: 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 use /SET resolve_prefer_ipv6 ON. You can also override
this with /SERVER -4 or -6 options. this with /SERVER -4 or -6 options.
If GLib or ncurses is installed installed in a non-standard path you can If ncurses is installed in a non-standard path you can specify it with
specify it with --with-glib=/path and --with-ncurses=/path. If anything else --with-ncurses=/path. If anything else is in non-standard path, you can just
is in non-standard path, you can just give the paths in CPPFLAGS and LIBS give the paths in CPPFLAGS and LIBS environment variable, eg.:
environment variable, eg.:
CPPFLAGS=-I/opt/openssl/include LDFLAGS=-L/opt/openssl/lib ./configure CPPFLAGS=-I/opt/openssl/include LDFLAGS=-L/opt/openssl/lib ./configure