From 0a85530624abfff0fbb04774d638458d6d2596c1 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Sun, 30 Apr 2023 13:01:06 +0200 Subject: [PATCH] Update readme Signed-off-by: TheJackiMonster --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e23afc..09eb5b0 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,12 @@ Pinephone or other mobile Linux devices. ## Dependencies You can build the binary using `cmake` and there are only three dependencies for now: - - [libusb](https://libusb.info/) + - [hidapi](https://github.com/libusb/hidapi) - [json-c](https://github.com/json-c/json-c/) - [Fusion](https://github.com/xioTechnologies/Fusion) Fusion is a sensor fusion library which is integrated as git submodule. So when you checkout the -repository, just update the submodules to get it. The libraries `libusb` and `json-c` should be +repository, just update the submodules to get it. The libraries `hidapi` and `json-c` should be pretty common in most Linux distributions repositories. ## Build