$* DarkFire IRCd *$ Please note: the installation procedure has changed! Please read information regarding DVS in doc/DVS before proceeding! To quickly setup ircd: ./configure ./config make install ./mkconf Detailed instructions: * First, obtain a secret.h file if your network requires it. Contact an administrator if you are linking to DarkFire to obtain our file. * Automatically gather system information. $ ./configure * Generate server configuration files. $ ./config * Build and install the IRCd to the location you specified in ./config $ make install or (same result) $ make; cp src/ircd * Copy configuration files (ircd.conf and ircd.motd) if available To create an ircd.conf automatically: $ ./mkconf The Message of the Day (ircd.motd) file may be created with any text editor * Run your IRCd: $ ./ircd Note: if you install ircd in a different location, this may differ For more information or help regarding Darkfire's IRCd, contact dave@darkfire.net. Important: Please see the documents located in the doc/ subdirectory!