Required dependencies: ====================== * libfec from Phil Karn, with compatibility patch: https://github.com/Opendigitalradio/ka9q-fec * Boost 1.48 or later * Optional ZeroMQ 4 from http://www.zeromq.org Use --disable-output-zeromq if you don't have it Simple install procedure using tarball release: =============================================== % git clone https://github.com/Opendigitalradio/ka9q-fec.git % cd ka9q-fec % ./configure # Run the configure script % make # Build the library [as root] % make install # Install the library % tar xjf odr-dabmux-x.y.z.tar.bz2 # Unpack the source % cd odr-dabmux-x.y.z # Change to the source directory % ./configure # Run the configure script % make # Build ODR-DabMux [ as root ] % make install # Install ODR-DabMux 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 * 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 Notes about libfec ================== The original libfec version from http://www.ka9q.net/code/fec/fec-3.0.1.tar.bz2 does not compile on x86_64 nor on ARM. That is the reason why the patched version is suggested. On x86 systems, the original version can also be used.