Required dependencies:
======================

    * Boost 1.41 or later
    * Optional ZeroMQ http://www.zeromq.org
        Use --disable-input-zeromq if you don't have it

Simple install procedure:
=========================

    % tar xjf crc-dabmod-0.3.2.tar.bz2      # Unpack the source
    % cd crc-dabmod-0.3.2                   # Change to the source directory
    % ./configure --disable-debug --with-debug-malloc=yes --enable-fft-simd
                                            # Run the configure script
    % make                                  # Build CRC-DABMOD
    [ as root ]
    % make install                          # Install CRC-DABMOD

Nearly as simple install procedure using repository:
====================================================

    * Download and install fec as above
    * Clone the git repository
    * Bootstrap autotools:
        % aclocal && automake --gnu --add-missing && autoconf
            or
        % autoreconf
            whichever works best
    * Then use ./configure as above


Advanced install procedure:
===========================

The configure script can be launch with a variety of options, launch the
following command for a complete list:
    % ./configure --help