From 276b5124783e0453f4d9cec8697668ba922bd44c Mon Sep 17 00:00:00 2001 From: nirenjan Date: Tue, 14 Sep 2021 17:18:46 -0700 Subject: [PATCH] Update dependencies and changelog --- ChangeLog.md | 1 + INSTALL.md | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index ed07b4f..c5bd0bf 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,6 +7,7 @@ The format is based upon [Keep a Changelog]. ## [Unreleased] ### Added - CI for macOS 11 (Big Sur) +- Virtual mouse driver (on Linux only) ### Fixed - Device erratic behavior when running daemon. See diff --git a/INSTALL.md b/INSTALL.md index 591fcd8..7041d14 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -18,6 +18,7 @@ Build has been tested on the following operating systems (x86-64 only): * hidapi * libtool * libusb-1.0 + headers +* libevdev (on Linux) * pkg-config * python3 (3.6 or greater) @@ -25,9 +26,9 @@ Build has been tested on the following operating systems (x86-64 only): | Platform | Install instructions | | -------- | -------------------- | -| Ubuntu | `sudo apt-get install automake autoconf gettext autopoint libhidapi-dev libtool libusb-1.0-0-dev pkg-config python3` | +| Ubuntu | `sudo apt-get install automake autoconf gettext autopoint libhidapi-dev libevdev-dev libtool libusb-1.0-0-dev pkg-config python3` | | MacOS + Homebrew | `brew install automake autoconf gettext hidapi libtool libusb pkg-config python3` | -| Arch Linux | `pacman -S base-devel libusb hidapi python` | +| Arch Linux | `pacman -S base-devel libusb hidapi libevdev python` | ## Optional Packages