commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r6601 - gnuradio/branches/developers/bdale/deb/debian


From: jcorgan
Subject: [Commit-gnuradio] r6601 - gnuradio/branches/developers/bdale/deb/debian
Date: Tue, 9 Oct 2007 01:07:22 -0600 (MDT)

Author: jcorgan
Date: 2007-10-09 01:07:22 -0600 (Tue, 09 Oct 2007)
New Revision: 6601

Added:
   gnuradio/branches/developers/bdale/deb/debian/install-build-deps.sh
Log:
Add script to install build dependencies.

Added: gnuradio/branches/developers/bdale/deb/debian/install-build-deps.sh
===================================================================
--- gnuradio/branches/developers/bdale/deb/debian/install-build-deps.sh         
                (rev 0)
+++ gnuradio/branches/developers/bdale/deb/debian/install-build-deps.sh 
2007-10-09 07:07:22 UTC (rev 6601)
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+ISSUE=`cut -f 1 -d ' ' /etc/issue`
+
+if test "$ISSUE" = "Ubuntu"; then
+    FFTW3DEV=fftw3-dev
+else
+    FFTW3DEV=libfft23-dev
+fi
+
+sudo apt-get install \
+    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
+


Property changes on: 
gnuradio/branches/developers/bdale/deb/debian/install-build-deps.sh
___________________________________________________________________
Name: svn:executable
   + *





reply via email to

[Prev in Thread] Current Thread [Next in Thread]