revised packaging for Debian
[debian/gnuradio] / debian / install-build-deps.sh
1 #!/bin/sh
2
3 ISSUE=`cut -f 1 -d ' ' /etc/issue`
4
5 if test "$ISSUE" = "Ubuntu"; then
6     FFTW3DEV=fftw3-dev
7 else
8     FFTW3DEV=libfftw3-dev
9 fi
10
11 # FIXME: these are missing gr-comedi and gr-qtgui dependencies
12 sudo apt-get install build-essential automake libtool pkg-config \
13     python-dev swig $FFTW3DEV libcppunit-dev libboost1.35-dev \
14     libgsl0-dev guile-1.8 libasound2-dev python-wxgtk2.8 python-numpy \
15     doxygen xmlto sdcc-nf libusb-dev libjack-dev portaudio19-dev \
16     libsdl1.2-dev python-opengl python-matplotlib python-tk \
17     python-cheetah python-gtk2 python-lxml