summaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-16 11:56:38 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-09-16 11:58:58 +0200
commit09e77d080b280948ec137d5026ad373105c4f190 (patch)
tree37eabcebdbf3382669ce6bd70af1c71e4c5cbe66 /INSTALL.md
parent4030943945ac5c69cb16d44c43f73105c92a2baf (diff)
downloaddabmux-09e77d080b280948ec137d5026ad373105c4f190.tar.gz
dabmux-09e77d080b280948ec137d5026ad373105c4f190.tar.bz2
dabmux-09e77d080b280948ec137d5026ad373105c4f190.zip
Remove libfec build dependency
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 0046f9e..4abc06f 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,8 +1,6 @@
Required dependencies:
======================
-* libfec from Phil Karn, with compatibility patch:
- [ka9q-fec](https://github.com/Opendigitalradio/ka9q-fec)
* Boost 1.48 or later
* ZeroMQ 4 from [http://www.zeromq.org](http://www.zeromq.org).
Please prefer the zeromq from your distribution, but mind that some distributions
@@ -12,17 +10,6 @@ Required dependencies:
Simple install procedure using tarball release:
===============================================
-Install libfec
---------------
-
- % git clone https://github.com/Opendigitalradio/ka9q-fec.git
- % cd ka9q-fec
- % ./bootstrap
- % ./configure # Run the configure script
- % make # Build the library
- [as root]
- % make install # Install the library
-
Install odr-dabmux
------------------
@@ -75,11 +62,3 @@ following command for a complete list:
% ./configure --help
-Notes about libfec
-==================
-The original libfec version from
-[ka9q.net](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.