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.

This commit is contained in:
Michael Ossmann
2017-01-23 22:11:35 -07:00
parent b3c56f58e6
commit 8b51f21c37

View File

@ -5,7 +5,7 @@ produce a low cost, open source software radio platform.
###Prerequisites for Linux (Debian/Ubuntu): ###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: ###Build host software on Linux: