diff options
author | Robert C. Helling <helling@atdotde.de> | 2015-10-20 09:39:27 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-10-20 17:10:33 +0900 |
commit | d0d8c12c8cbf05334708676800f8f5dbb13aea3f (patch) | |
tree | d0d8de6c3b1d5cb11a8d55e695e6cfaf5b3662ed /INSTALL | |
parent | 0c9d71234fd49e1924124e8898604d087b21792e (diff) | |
download | subsurface-d0d8c12c8cbf05334708676800f8f5dbb13aea3f.tar.gz |
Mention hidapi in Mac building instructions
Add it to the list of homebrew packages.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |