From 8185061f2e6c9e17f6bfed5b8f5cfa8a161dd7ba Mon Sep 17 00:00:00 2001 From: pixl Date: Mon, 15 Jun 2020 05:47:03 -0400 Subject: [PATCH] Added dependencies for Debian and Arch --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17342ca..90f1ac7 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,15 @@ This is currently only compatible with HID++ \>2.0 devices. You may also refer to logid.example.cfg for an example. -## Building +## Dependencies -This project requires a C++14 compiler, cmake, libevdev, libudev, and libconfig +This project requires a C++14 compiler, cmake, libevdev, libudev, and libconfig. For popular distributions, I've included commands below. + +**Debian/Ubuntu:** `sudo apt install cmake libevdev-dev libudev-dev libconfig++-dev` + +**Arch Linux:** `sudo pacman -S cmake libevdev libconfig libudev` + +## Building To build this project, run: