From bff1e6cd8974f27f1a0e285909a8102a00be9369 Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Mon, 30 Nov 2015 17:35:17 -0500 Subject: [PATCH] Updated Build Linux (markdown) --- Build-Linux.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Build-Linux.md b/Build-Linux.md index 857a6ec..21be76c 100644 --- a/Build-Linux.md +++ b/Build-Linux.md @@ -6,6 +6,11 @@ Basic build support: sudo apt-get install git build-essential automake cmake ``` +Base Dependencies: (debian) +``` +sudo apt-get install libfftw3-dev libwxgtk3.0-dev libwxgtk3.0-dbg +``` + Build and install SoapySDR ``` git clone https://github.com/pothosware/SoapySDR.git