From 90e16536130fdc88c3b8a039acc1b7218783973d Mon Sep 17 00:00:00 2001 From: Dominic Spill Date: Sat, 25 Jul 2015 09:45:50 +0100 Subject: [PATCH] Update build instructions to include pkg-config --- host/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host/README.md b/host/README.md index e3d47989..6b7f8bb4 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` ###Build host software on Linux: