mirror of https://github.com/nirenjan/libx52.git
Update dependencies and changelog
parent
7f29f5f5fe
commit
276b512478
|
@ -7,6 +7,7 @@ The format is based upon [Keep a Changelog].
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
- CI for macOS 11 (Big Sur)
|
- CI for macOS 11 (Big Sur)
|
||||||
|
- Virtual mouse driver (on Linux only)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Device erratic behavior when running daemon. See
|
- Device erratic behavior when running daemon. See
|
||||||
|
|
|
@ -18,6 +18,7 @@ Build has been tested on the following operating systems (x86-64 only):
|
||||||
* hidapi
|
* hidapi
|
||||||
* libtool
|
* libtool
|
||||||
* libusb-1.0 + headers
|
* libusb-1.0 + headers
|
||||||
|
* libevdev (on Linux)
|
||||||
* pkg-config
|
* pkg-config
|
||||||
* python3 (3.6 or greater)
|
* python3 (3.6 or greater)
|
||||||
|
|
||||||
|
@ -25,9 +26,9 @@ Build has been tested on the following operating systems (x86-64 only):
|
||||||
|
|
||||||
| Platform | Install instructions |
|
| 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` |
|
| 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
|
## Optional Packages
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue