Update readme

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
TheJackiMonster 2023-04-30 13:01:06 +02:00
parent 72feaa60b3
commit 0a85530624
No known key found for this signature in database
GPG key ID: D850A5F772E880F9

View file

@ -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