From 2a76a39b14b8edfbe36fb0fa3b2c34e6807d7295 Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Tue, 20 Oct 2015 09:39:27 +0200 Subject: [PATCH 1/2] Mention hidapi in Mac building instructions Add it to the list of homebrew packages. Signed-off-by: Robert C. Helling --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 19f6f49..4d5b76e 100644 --- a/INSTALL +++ b/INSTALL @@ -161,7 +161,7 @@ $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/maste 2) Install needed dependencies -$ brew install asciidoc libzip sqlite cmake libusb pkg-config automake libtool +$ brew install asciidoc libzip sqlite cmake libusb pkg-config automake libtool hidapi 3) Make the brew version of sqlite the default -- 2.3.8 (Apple Git-58)