diff options
author | jcorgan | 2007-10-10 13:42:18 +0000 |
---|---|---|
committer | jcorgan | 2007-10-10 13:42:18 +0000 |
commit | 80e6a256ed352771acedbb2c5628d3d06f06a7d8 (patch) | |
tree | 9b625f52bd6c0a5dc61a09e02857d417f9864f8e /debian | |
parent | 503ac5ec658d73d15b959b8684d991116ac11c5e (diff) | |
download | gnuradio-80e6a256ed352771acedbb2c5628d3d06f06a7d8.tar.gz gnuradio-80e6a256ed352771acedbb2c5628d3d06f06a7d8.tar.bz2 gnuradio-80e6a256ed352771acedbb2c5628d3d06f06a7d8.zip |
Added missing package.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6612 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/install-build-deps.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/install-build-deps.sh b/debian/install-build-deps.sh index 8c240cccd..8af1726c5 100755 --- a/debian/install-build-deps.sh +++ b/debian/install-build-deps.sh @@ -9,8 +9,8 @@ else fi sudo apt-get install \ - build-essential automake autotools-dev doxygen $FFTW3DEV libasound2-dev \ - libboost-dev libcppunit-dev libjack0.100.0-dev libsdl1.2-dev \ - portaudio19-dev libtool libusb-dev pkg-config python python-all-dev \ - python-central python-numpy python-wxgtk2.6 sdcc swig xmlto + build-essential automake autotools-dev doxygen $FFTW3DEV guile-1.8 \ + libasound2-dev libboost-dev libcppunit-dev libjack0.100.0-dev \ + libsdl1.2-dev portaudio19-dev libtool libusb-dev pkg-config python \ + python-all-dev python-central python-numpy python-wxgtk2.6 sdcc swig xmlto |