Move documentation of configure options in INSTALL.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4725 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-03-04 20:09:13 +00:00 committed by exg
parent 6f1adc2118
commit 255d9f1f47
2 changed files with 33 additions and 42 deletions

33
INSTALL
View File

@ -16,8 +16,7 @@ For most people, this should work just fine:
su su
make install (not _really_ required except for perl support) make install (not _really_ required except for perl support)
You may want to give some parameters to configure, here's the most configure options
commonly used ones:
--prefix --prefix
@ -36,6 +35,36 @@ 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.
--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 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 --with-ncurses=/path. If anything else is in non-standard path, you can just
give the paths in CPPFLAGS and LIBS environment variable, eg.: give the paths in CPPFLAGS and LIBS environment variable, eg.:

View File

@ -7,7 +7,7 @@
Index Index
0. Generic babbling 0. Generic babbling
1. Installation 1. Command line parameters
2. Message levels 2. Message levels
3. Flood protection 3. Flood protection
4. Configuration 4. Configuration
@ -132,45 +132,7 @@
these features down somewhere so people (and me!) would find them. these features down somewhere so people (and me!) would find them.
1. Installation 1. Command line parameters
1.1 Configuration
configure script accepts these parameters:
--enable-ipv6 Enable IPv6 support
--disable-curses-windows Don't use curses windows. Use this if
screen drawing seems too slow for some reason.
This option may not work properly with all
curseses (solaris8).
--enable-memdebug Enable memory debugging, great for finding
memory leaks
--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
--with-proxy Build irssi-proxy module
--without-textui Build without text frontend
--with-servertest Build test irc server which you can use to try
crash irc clients
In short:
./configure
make
make install
1.2 Command line parameters
--connect -c <server> Connect to server at startup --connect -c <server> Connect to server at startup
--port -p <port> - specify port --port -p <port> - specify port