diff options
Diffstat (limited to 'hidapi-sys/README.md')
-rw-r--r-- | hidapi-sys/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hidapi-sys/README.md b/hidapi-sys/README.md new file mode 100644 index 0000000..89048b1 --- /dev/null +++ b/hidapi-sys/README.md @@ -0,0 +1,10 @@ +hidapi-sys [![WTFPL](http://img.shields.io/badge/license-WTFPL-blue.svg)](http://www.wtfpl.net/txt/copying) +========== +Bindings for hidapi with support for building sources automatically. + +Requirements +------------ +`gcc` and `pkg-config` are required for building source automatically. + +`git` is required unless `HIDAPI_PATH` is exported to an existing checkout of +hidapi sources. |