aboutsummaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2015-12-18 10:17:32 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2015-12-18 10:18:49 +0100
commit5494616c0092448b177571f898ec449bc39c72d7 (patch)
tree0c5b6836bf52509f64ebd4b797b6ef24632b0656 /installer
parentc466606a4ee28ba9284006f274f26e77a428d9e1 (diff)
downloadmmbtools-aux-5494616c0092448b177571f898ec449bc39c72d7.tar.gz
mmbtools-aux-5494616c0092448b177571f898ec449bc39c72d7.tar.bz2
mmbtools-aux-5494616c0092448b177571f898ec449bc39c72d7.zip
debian.sh: Install etisnoop, use CMake
Diffstat (limited to 'installer')
-rw-r--r--installer/debian.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/installer/debian.sh b/installer/debian.sh
index 7bc64c9..15d629d 100644
--- a/installer/debian.sh
+++ b/installer/debian.sh
@@ -166,7 +166,11 @@ 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
+mkdir build
+cd build
+cmake ..
make
+sudo make install
popd
echo -e "$GREEN Compiling ODR-DabMux $NORMAL"