diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-07 14:26:42 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-07 14:26:42 +0100 |
commit | 7ebfa5436e9087ef8c61abba12791115ee78f409 (patch) | |
tree | 3c432179c3e8e3d067e90d0fac84149f99b9b094 | |
parent | d712cd5bab691bc3d3c272ffee6f6e0eb99d14c8 (diff) | |
download | mmbtools-aux-7ebfa5436e9087ef8c61abba12791115ee78f409.tar.gz mmbtools-aux-7ebfa5436e9087ef8c61abba12791115ee78f409.tar.bz2 mmbtools-aux-7ebfa5436e9087ef8c61abba12791115ee78f409.zip |
debian install script checks out version 0.4.0 of dabmux/dabmod
-rw-r--r-- | installer/debian.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/installer/debian.sh b/installer/debian.sh index 4825099..6006dca 100644 --- a/installer/debian.sh +++ b/installer/debian.sh @@ -121,6 +121,7 @@ git clone https://github.com/mpbraendli/mmbtools-aux.git echo -e "$GREEN Compiling ODR-DabMux $NORMAL" git clone https://github.com/Opendigitalradio/ODR-DabMux.git pushd ODR-DabMux +git checkout v0.4.0 ./bootstrap.sh ./configure --enable-input-zeromq --enable-output-zeromq make @@ -130,6 +131,7 @@ popd echo -e "$GREEN Compiling ODR-DabMod $NORMAL" git clone https://github.com/Opendigitalradio/ODR-DabMod.git pushd ODR-DabMod +git checkout v0.4.0 ./bootstrap.sh ./configure --enable-input-zeromq --enable-fft-simd --disable-debug --with-debug-malloc=no make |