ircd-hybrid-6 INSTALL --------------------- $Id: INSTALL.hybrid-6,v 1.1.1.1 2001/07/14 19:07:50 asuffield Exp $ As of hybrid-4, the distribution uses gnu autoconf instead of the old Config script. 0. Read the RELNOTES and ChangeLog files to find out about the exciting new features in this version. Changes to ircd.conf are documented in doc/example.conf. 1. Run the configure script. It will create include/setup.h and the Makefiles to match your system: ./configure 2. Edit the the "include/config.h" file. This allows you to change various options of how the ircd will operate. Notes: "HARD_FDLIMIT_" and "INIT_MAXCLIENTS" must be less than the maximum file descriptors per process allowed by your kernel, and must be <= FD_SETSIZE (usually defined in system includes, but may need to overridden in the Makefile. Note that the old OS definitions are gone, autoconf handles this now. Finally set the various PATHs to where you are going to install the ircd. Do not install the ircd to "."--the install script is not designed to install ircd properly on top of the existing source tree. 3. "make" should build ircd. 4. "make install" to install the server and tools in the path defined in config.h. HOW TO GET HELP: ---------------- Send Check or Money Order to... just kidding! Commerical support for ircd-hybrid is not available at this time. There is now a mailing list for general discussion of Hybrid. To subscribe to the Hybrid List, send email to listmanager@the-project.org with a single line in the body containing "subscribe hybrid". If hybrid crashes on you, PLEASE CONTACT ircd-hybrid@the-project.org ASAP with a backtrace of the core. The hybrid team can't fix bugs if no one tells us about them! If there is a new feature you would like to see in the next major release of ircd-hybrid, please post it to the public mailing list, hybrid@the-project.org.