From 255d9f1f470d875d72aa938177ffa46a3ff737ad Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Tue, 4 Mar 2008 20:09:13 +0000 Subject: Move documentation of configure options in INSTALL. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4725 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- INSTALL | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 1038d8af..bf46e55d 100644 --- a/INSTALL +++ b/INSTALL @@ -16,8 +16,7 @@ For most people, this should work just fine: su make install (not _really_ required except for perl support) -You may want to give some parameters to configure, here's the most -commonly used ones: +configure options --prefix @@ -36,6 +35,36 @@ commonly used ones: use /SET resolve_prefer_ipv6 ON. You can also override this with /SERVER -4 or -6 options. + --with-perl=static + + Build Perl support statically to irssi binary + (default is to build a module) + + --with-perl-lib=[site|vendor|DIR] + + Specify installation dir for + Perl libraries. Site is the default (usually + /usr/local/lib/perl/...), vendor uses the path + where the base of the perl is installed + (/usr/lib/perl/...), or DIR specifies exactly + where you want to install it. + + --without-perl + + Disable Perl support + + --with-socks + + Build with socks library + + --with-bot + + Build irssi-bot + + --without-textui + + Build without text frontend + 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.: -- cgit v1.2.3