Update readme
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
This commit is contained in:
parent
72feaa60b3
commit
0a85530624
|
|
@ -38,12 +38,12 @@ Pinephone or other mobile Linux devices.
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
You can build the binary using `cmake` and there are only three dependencies for now:
|
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/)
|
- [json-c](https://github.com/json-c/json-c/)
|
||||||
- [Fusion](https://github.com/xioTechnologies/Fusion)
|
- [Fusion](https://github.com/xioTechnologies/Fusion)
|
||||||
|
|
||||||
Fusion is a sensor fusion library which is integrated as git submodule. So when you checkout the
|
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.
|
pretty common in most Linux distributions repositories.
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue