From 46cba64e6b0bddf5472b0c8d0130650b9bc94ba0 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Thu, 12 Oct 2017 21:35:58 -0700 Subject: [PATCH] Update build requirements in README [skip ci] --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2734c0..36744f9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,12 @@ the individual folders for README information. # Building -Build has been tested on Ubuntu 14.04 LTS on x86_64. +Build has been tested on the following platforms: + +* Ubuntu 12.04 LTS on amd64 +* Ubuntu 14.04 LTS on amd64 +* Ubuntu 16.04 LTS on amd64 +* OS X 10.11.6 El Capitan ## Prerequisites @@ -24,9 +29,13 @@ You will need the following packages: * automake * autoconf +* libtool * libusb-1.0-0-dev (Package name may vary across distributions) +* pkg-config * python (2.6 or greater) +If you are on OSX, you can install the above packages using Homebrew + ## Installation 1. Clone the repository