$* DarkFire IRCd, Version 1.2.0 *$

Please note: the installation procedure has changed!

To quickly setup ircd:
./configure
./config
make install
./mkconf

Detailed instructions:
* To generate system specific information which will be stored in
  include/setup.h:
  $ ./configure
* To generate server specific information:
  $ ./config
  Note: if you are linking to Darkfire, you will need to obtain our secret.h
* You can edit further options by editing include/config.h. This step is
  optional and not necessary.
* To build the ircd and install it into the location you specified in config:
  $ make install
  or, for the same result:
  $ make
  $ cp src/ircd <location specified in config>
* Generated an ircd.conf file for your server:
  $ ./mkconf
* Create a MOTD for your server by editing the ircd.motd file.
* Run ircd:
  $ ./ircd
  Note: if you installed ircd in a different location, you will need to
  specify the appropriate location.

For more information or help regarding Darkfire's IRCd, version 1.2.0,
contact dave@darkfire.net.
