diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-02-14 16:17:37 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-02-14 16:17:37 +0100 |
commit | 77e005fcc5b75d76dcaad58b1a589fcb2aaeef30 (patch) | |
tree | d52f91ed10c9996fec58c676487092e410cf46cc | |
parent | 474c71604837edf1aca7619c5fd6ef6319bbe46c (diff) | |
download | mmbtools-aux-77e005fcc5b75d76dcaad58b1a589fcb2aaeef30.tar.gz mmbtools-aux-77e005fcc5b75d76dcaad58b1a589fcb2aaeef30.tar.bz2 mmbtools-aux-77e005fcc5b75d76dcaad58b1a589fcb2aaeef30.zip |
Update debian installer script
Add etisnoop
Update dabmod configure parameters
-rw-r--r-- | installer/debian.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/installer/debian.sh b/installer/debian.sh index 3115ef7..ba07ab7 100644 --- a/installer/debian.sh +++ b/installer/debian.sh @@ -139,6 +139,11 @@ echo -e "$GREEN PREREQUISITES INSTALLED $NORMAL" echo -e "$GREEN Fetching mmbtools-aux $NORMAL" git clone https://github.com/mpbraendli/mmbtools-aux.git +echo -e "$GREEN Fetching etisnoop $NORMAL" +git clone https://github.com/Opendigitalradio/etisnoop.git +pushd etisnoop +make +popd echo -e "$GREEN Compiling ODR-DabMux $NORMAL" git clone https://github.com/Opendigitalradio/ODR-DabMux.git @@ -153,7 +158,7 @@ echo -e "$GREEN Compiling ODR-DabMod $NORMAL" git clone https://github.com/Opendigitalradio/ODR-DabMod.git pushd ODR-DabMod ./bootstrap.sh -./configure --enable-input-zeromq --enable-fft-simd --disable-debug --with-debug-malloc=no +./configure --enable-zeromq --enable-fft-simd make sudo make install popd |