Previous Next Table of Contents

3. Editing the Makefile, and compiling

This package now uses GNU autoconf to probe your system and generate the correct Makefile. However you need to edit it to specify specific information, such as ``prefix'', ``irc_mode'', ``ircd_mode'' and ``ircd_dir''.

Now to build the package, type ``make all''. If everything goes will, you can then install it by typing ``make install''.

If you have trouble compiling ircd, copy Makefile.in to Makefile and edit Makefile as appropriate.


Previous Next Table of Contents