Building MRD6
-------------

 * Configuration *

   MRD6 includes a configuration system that enables you to select which
   features you which to compile staticaly and as modules. By default, MLD, PIM
   and the console modules are built staticaly resulting in a single binary.

   To select the features you want run

      $ make config

  * Building *

    After configuration, just type

      $ make

    in the top level directory to build MRD6.

    To install the binary and modules to the system run the following as root

      $ make install
