From: bruceperens Date: Wed, 11 Dec 2013 04:08:16 +0000 (+0000) Subject: Add scripts that install the necessary runtime or development packages on X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=b1ad1bbdda1e1a9ce945a0536a1010db6db46d0b;p=freetel-svn-tracking.git Add scripts that install the necessary runtime or development packages on Debian, and perhaps also on Ubuntu and Mint. git-svn-id: https://svn.code.sf.net/p/freetel/code@1332 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/fdmdv2/DEBIAN_DEVEL.sh b/fdmdv2/DEBIAN_DEVEL.sh new file mode 100644 index 00000000..71cf970c --- /dev/null +++ b/fdmdv2/DEBIAN_DEVEL.sh @@ -0,0 +1 @@ +apt-get install cmake gcc g++ libportaudio-dev libhamlib-dev libsamplerate-dev libsndfile-dev libsox-dev libgtk-3-dev libasound-dev diff --git a/fdmdv2/DEBIAN_RUNTIME.sh b/fdmdv2/DEBIAN_RUNTIME.sh new file mode 100644 index 00000000..239945fb --- /dev/null +++ b/fdmdv2/DEBIAN_RUNTIME.sh @@ -0,0 +1 @@ +apt-get install libportaudio2 libhamlib2 libsamplerate0 libsndfile1 libsox2 libgtk-3-0 libasound2