diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-12-18 14:47:24 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-12-18 14:47:24 +0100 |
commit | a6f7432e0d3861245a15ed80af0e77c77c4350fe (patch) | |
tree | 632367bec35b9ae4f91e43e913bccfe607e19e27 /installer | |
parent | 884a6a97ca1ffaff286da25d772a4293a4a087a1 (diff) | |
download | mmbtools-aux-a6f7432e0d3861245a15ed80af0e77c77c4350fe.tar.gz mmbtools-aux-a6f7432e0d3861245a15ed80af0e77c77c4350fe.tar.bz2 mmbtools-aux-a6f7432e0d3861245a15ed80af0e77c77c4350fe.zip |
Update installers' etisnoop compilation
Diffstat (limited to 'installer')
-rw-r--r-- | installer/debian.sh | 5 | ||||
-rw-r--r-- | installer/gnuradio-livecd.sh | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/installer/debian.sh b/installer/debian.sh index 764e2c5..d827b56 100644 --- a/installer/debian.sh +++ b/installer/debian.sh @@ -153,9 +153,8 @@ 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 .. +./bootstrap.sh +./configure make sudo make install popd diff --git a/installer/gnuradio-livecd.sh b/installer/gnuradio-livecd.sh index 9bbefcb..a487555 100644 --- a/installer/gnuradio-livecd.sh +++ b/installer/gnuradio-livecd.sh @@ -115,9 +115,8 @@ 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 .. +./bootstrap.sh +./configure make sudo make install popd |