From bfa7f6348646a4998fffc7511a4372b4bc7cee5e Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Wed, 27 May 2020 23:24:01 -0500 Subject: [PATCH] Add hidapi dependency to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 323e2a4e..c81eaef2 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ As of now, only Gigabyte RGB Fusion 2.0 boards have been reported to have issues * You can build the project using Qt Creator or on the command line. The commands listed here work for Debian-based distros. - 1. sudo apt install build-essential qtcreator qt5-default libusb-1.0-0-dev + 1. sudo apt install build-essential qtcreator qt5-default libusb-1.0-0-dev libhidapi-dev 2. git clone https://gitlab.com/CalcProgrammer1/OpenRGB 3. cd OpenRGB 4. qmake OpenRGB.pro