diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2008-03-04 20:09:13 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2008-03-04 20:09:13 +0000 |
commit | 255d9f1f470d875d72aa938177ffa46a3ff737ad (patch) | |
tree | 1ff0ec711296c14ad9d421d245725b63b0ecbafc /docs | |
parent | 6f1adc2118261cbeabb163302a761523946ed9be (diff) | |
download | irssi-255d9f1f470d875d72aa938177ffa46a3ff737ad.zip |
Move documentation of configure options in INSTALL.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4725 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual.txt | 42 |
1 files changed, 2 insertions, 40 deletions
diff --git a/docs/manual.txt b/docs/manual.txt index 8a7532d5..9dd298d4 100644 --- a/docs/manual.txt +++ b/docs/manual.txt @@ -7,7 +7,7 @@ Index 0. Generic babbling - 1. Installation + 1. Command line parameters 2. Message levels 3. Flood protection 4. Configuration @@ -132,45 +132,7 @@ these features down somewhere so people (and me!) would find them. - 1. Installation - - 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 + 1. Command line parameters --connect -c <server> Connect to server at startup --port -p <port> - specify port |