Ratbox-ambernet

From Ambernet
Jump to: navigation, search

All servers on Ambernet are required to run the ratbox ircd along with some Ambernet-specific patches. A tarball containing the latest version of ircd-ratbox along with the patches used on Ambernet can be found on sjk's Ambernet github page.

Fetching, compiling and installing

Compiling and installing ratbox-ambernet should be a trivial matter for anyone experienced with *nix. Here's how one might do it:

$ wget http://cloud.github.com/downloads/sjktje/ratbox-ambernet/ircd-ratbox-3.0.6-ambernet.tgz
$ tar zxvf ircd-ratbox-3.0.6-ambernet.tgz
$ cd ircd-ratbox-3.0.6-ambernet
$ ./configure --prefix=/home/ircd/irc.your.server --with-nicklen=12 \
   --enable-services --enable-small-net
$ make
$ make install
Warning: While you may change the --prefix value to whatever path you like, please keep the other settings. Changing the nicklen value would, for example, break the network.

See also

This page is a stub. Please help improve this article by expanding it!

Personal tools