aboutsummaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-12-18 10:15:16 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-12-18 10:18:49 +0100
commitc466606a4ee28ba9284006f274f26e77a428d9e1 (patch)
treeae2cf9b0005b9d7302994cbbd3cc5e653c0a06ee /installer
parent63928b9faf92f9f9accd820e488c8e5cab634282 (diff)
downloadmmbtools-aux-c466606a4ee28ba9284006f274f26e77a428d9e1.tar.gz
mmbtools-aux-c466606a4ee28ba9284006f274f26e77a428d9e1.tar.bz2
mmbtools-aux-c466606a4ee28ba9284006f274f26e77a428d9e1.zip
debian.sh: switch to UHD 3.9.1 for B200 Rev6
Diffstat (limited to 'installer')
-rw-r--r--installer/debian.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/installer/debian.sh b/installer/debian.sh
index e4d2d06..7bc64c9 100644
--- a/installer/debian.sh
+++ b/installer/debian.sh
@@ -103,7 +103,8 @@ sudo apt-get -y install build-essential git wget \
libfftw3-dev \
libmagickwand-dev \
libvlc-dev vlc-nox \
- libfaad2 libfaad-dev
+ libfaad2 libfaad-dev \
+ python-mako python-requests
# this will install boost, cmake and a lot more
sudo apt-get -y build-dep uhd
@@ -115,7 +116,7 @@ cd dab || exit
echo -e "$GREEN Compiling UHD $NORMAL"
git clone http://github.com/EttusResearch/uhd.git
pushd uhd
-git checkout release_003_007_000
+git checkout release_003_009_001
mkdir build
cd build
cmake ../host