From b1ad1bbdda1e1a9ce945a0536a1010db6db46d0b Mon Sep 17 00:00:00 2001 From: bruceperens Date: Wed, 11 Dec 2013 04:08:16 +0000 Subject: [PATCH] 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 --- fdmdv2/DEBIAN_DEVEL.sh | 1 + fdmdv2/DEBIAN_RUNTIME.sh | 1 + 2 files changed, 2 insertions(+) create mode 100644 fdmdv2/DEBIAN_DEVEL.sh create mode 100644 fdmdv2/DEBIAN_RUNTIME.sh 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 -- 2.25.1