diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-03-30 10:38:02 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-03-30 10:38:02 +0200 |
commit | 2e325d2c2a34ecda37636e67969ee1550e78fbba (patch) | |
tree | de273c4184b78f16cc9a2853f6f608293cd5cbd6 /INSTALL | |
parent | 77b7ee920e74d73178254a8f6d0954df6bd57ee9 (diff) | |
download | dabmux-2e325d2c2a34ecda37636e67969ee1550e78fbba.tar.gz dabmux-2e325d2c2a34ecda37636e67969ee1550e78fbba.tar.bz2 dabmux-2e325d2c2a34ecda37636e67969ee1550e78fbba.zip |
Markdownise README and INSTALL
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/INSTALL b/INSTALL deleted file mode 100644 index 6b03944..0000000 --- a/INSTALL +++ /dev/null @@ -1,65 +0,0 @@ -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 - - # install zeromq 4.0.3 - % wget http://download.zeromq.org/zeromq-4.0.3.tar.gz - % tar -f zeromq-4.0.3.tar.gz -x - % cd zeromq-4.0.3 - % ./configure - % make - [as root] - % make install - - % tar xjf odr-dabmux-x.y.z.tar.bz2 # Unpack the source - % cd odr-dabmux-x.y.z # Change to the source directory - % ./configure --enable-input-zeromq --enable-output-zeromq - # Run the configure script - % make # Build ODR-DabMux - [ as root ] - % make install # Install ODR-DabMux - -Nearly as simple install procedure using repository: -==================================================== - -The code in the repository is more recent than the latest -release and could be less stable, but already have new -features. - - * Download and install fec as above - * Clone the git repository - * Bootstrap autotools: - % ./bootstrap.sh - * 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. |