aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-02-12 19:56:11 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-02-12 19:56:11 +0100
commite998a68308e5cde70bbd156107ae692f26753946 (patch)
tree4404727b64f5d154b403692412c0c6485dd9136b
parentb83d0504c26da069559ad93c125963d835e7b5da (diff)
downloadmmbtools-aux-e998a68308e5cde70bbd156107ae692f26753946.tar.gz
mmbtools-aux-e998a68308e5cde70bbd156107ae692f26753946.tar.bz2
mmbtools-aux-e998a68308e5cde70bbd156107ae692f26753946.zip
update debian installer script
-rw-r--r--installer/debian.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/installer/debian.sh b/installer/debian.sh
index 3bab9b9..856f758 100644
--- a/installer/debian.sh
+++ b/installer/debian.sh
@@ -106,13 +106,6 @@ make
sudo make install
popd
-echo -e "$GREEN Installing ZeroMQ C++ Bindings $NORMAL"
-# Get ZeroMQ cpp bindings
-git clone https://github.com/zeromq/cppzmq.git
-pushd cppzmq
-sudo cp zmq.hpp /usr/local/include
-popd
-
echo -e "$GREEN Installing KA9Q libfec $NORMAL"
git clone https://github.com/Opendigitalradio/ka9q-fec.git
pushd ka9q-fec
@@ -152,7 +145,7 @@ popd
echo -e "$GREEN Compiling fdk-aac-dabplus $NORMAL"
-git clone https://github.com/mpbraendli/fdk-aac-dabplus.git
+git clone https://github.com/Opendigitalradio/fdk-aac-dabplus.git
pushd fdk-aac-dabplus
autoreconf -i
./configure --enable-example --enable-zmq