aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-05-25 19:47:52 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-05-30 16:58:58 +0200
commit3c3787fae542c142c8eed7ae1d7434dfc50eca77 (patch)
tree7124465c567772ce54eae75b43c2900b87236311
parenta90c25b6fec6dff3becbebe9e98aadad11e7e61f (diff)
downloaddabmod-3c3787fae542c142c8eed7ae1d7434dfc50eca77.tar.gz
dabmod-3c3787fae542c142c8eed7ae1d7434dfc50eca77.tar.bz2
dabmod-3c3787fae542c142c8eed7ae1d7434dfc50eca77.zip
update INSTALL
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index bb14565..1e322c3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -11,7 +11,7 @@ Simple install procedure:
% tar xjf odr-dabmod-X.Y.Z.tar.bz2 # Unpack the source
% cd odr-dabmod-X.Y.Z # Change to the source directory
- % ./configure --enable-zeromq --enable-output-uhd
+ % ./configure --enable-zeromq
# Run the configure script
% make # Build ODR-DabMod
[ as root ]
@@ -23,7 +23,7 @@ The configure script can be launch with a variety of options:
--enable-zeromq Enable ZeroMQ input (to be used with ODR-DabMux),
output and remotecontrol.
- --enable-output-uhd Includes the binding to the UHD driver for USRPs
+ --disable-output-uhd Disable the binding to the UHD driver for USRPs
You have the choice between two FFT libraries: KISS FFT and FFTW. KISS FFT is a
proven library, but it's performance is worse than with the new FFTW. With KISS