aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-12-18 14:47:24 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-12-18 14:47:24 +0100
commita6f7432e0d3861245a15ed80af0e77c77c4350fe (patch)
tree632367bec35b9ae4f91e43e913bccfe607e19e27
parent884a6a97ca1ffaff286da25d772a4293a4a087a1 (diff)
downloadmmbtools-aux-a6f7432e0d3861245a15ed80af0e77c77c4350fe.tar.gz
mmbtools-aux-a6f7432e0d3861245a15ed80af0e77c77c4350fe.tar.bz2
mmbtools-aux-a6f7432e0d3861245a15ed80af0e77c77c4350fe.zip
Update installers' etisnoop compilation
-rw-r--r--installer/debian.sh5
-rw-r--r--installer/gnuradio-livecd.sh5
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