From cf6c458faea0245a20713f77f974f77606ccdc66 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Wed, 8 Jul 2020 17:39:29 -0700 Subject: [PATCH] Update dependencies in INSTALL.md [skip ci] --- INSTALL.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 8f904de..9943b90 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -17,6 +17,7 @@ Build has been tested on the following operating systems (x86-64 only): * autoconf * autopoint * gettext +* hidapi * libtool * libusb-1.0 + headers * pkg-config @@ -26,8 +27,8 @@ Build has been tested on the following operating systems (x86-64 only): | Platform | Install instructions | | -------- | -------------------- | -| Ubuntu | `sudo apt-get install automake autoconf gettext autopoint libtool libusb-1.0-0-dev pkg-config python3` | -| MacOS + Homebrew | `brew install automake autoconf gettext libtool libusb pkg-config python3` | +| Ubuntu | `sudo apt-get install automake autoconf gettext autopoint libhidapi-dev libtool libusb-1.0-0-dev pkg-config python3` | +| MacOS + Homebrew | `brew install automake autoconf gettext hidapi libtool libusb pkg-config python3` | ## Optional Packages