From 8b51f21c372e2ba785b04cf36b7f5d4ba2f644a3 Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Mon, 23 Jan 2017 22:11:35 -0700 Subject: [PATCH] Added fftw dependency to README for host build on Linux. It should be added for Windows too, but I am not qualified to do so properly. --- host/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/README.md b/host/README.md index 6b7f8bb4..2b9363c7 100644 --- a/host/README.md +++ b/host/README.md @@ -5,7 +5,7 @@ produce a low cost, open source software radio platform. ###Prerequisites for Linux (Debian/Ubuntu): -`sudo apt-get install build-essential cmake libusb-1.0-0-dev pkg-config` +`sudo apt-get install build-essential cmake libusb-1.0-0-dev pkg-config libfftw3-dev` ###Build host software on Linux: