aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--installer/debian.sh2
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