diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-12-18 10:17:32 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-12-18 10:18:49 +0100 |
commit | 5494616c0092448b177571f898ec449bc39c72d7 (patch) | |
tree | 0c5b6836bf52509f64ebd4b797b6ef24632b0656 /installer | |
parent | c466606a4ee28ba9284006f274f26e77a428d9e1 (diff) | |
download | mmbtools-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.sh | 4 |
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" |