diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-11 18:16:19 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-11 18:16:19 +0100 |
commit | 6db0d97095094e7e9fcfb0797952c69f1e1a4add (patch) | |
tree | 9cf5b3b10cca5f075018645574b4c605cf66395e /installer/debian.sh | |
parent | 2d08911428d7c4f3c97cb416825d8354f1e39982 (diff) | |
download | mmbtools-aux-6db0d97095094e7e9fcfb0797952c69f1e1a4add.tar.gz mmbtools-aux-6db0d97095094e7e9fcfb0797952c69f1e1a4add.tar.bz2 mmbtools-aux-6db0d97095094e7e9fcfb0797952c69f1e1a4add.zip |
debian installer fetches dabmod v0.4.1
Diffstat (limited to 'installer/debian.sh')
-rw-r--r-- | installer/debian.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/debian.sh b/installer/debian.sh index 476af99..3bab9b9 100644 --- a/installer/debian.sh +++ b/installer/debian.sh @@ -143,7 +143,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 +git checkout v0.4.1 ./bootstrap.sh ./configure --enable-input-zeromq --enable-fft-simd --disable-debug --with-debug-malloc=no make |