root/gnuradio/branches/releases/3.1/debian/install-build-deps.sh

Revision 7292 (checked in by jcorgan, 1 year ago)

Applied changeset r6976 on trunk to release branch.

  • Property svn:executable set to *
Line 
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 sudo apt-get install \
12     build-essential automake autotools-dev doxygen $FFTW3DEV guile-1.8 \
13     libasound2-dev libboost-dev libcppunit-dev libjack0.100.0-dev \
14     libsdl1.2-dev portaudio19-dev libtool libusb-dev pkg-config python \
15     python-all-dev python-central python-numpy python-wxgtk2.8 sdcc swig xmlto
16
Note: See TracBrowser for help on using the browser.