aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2018-05-21 00:39:03 +0200
committerRobin Krahl <robin.krahl@ireas.org>2018-05-21 00:39:03 +0200
commit4a9ed08e5c9f94c53e980e10106579d35e56d748 (patch)
tree0b3abe7e90d03ad53787b3d9e99dfaa20c27f857
parent9eee4b2475d74cd94c9d72b2520d5568d4564fba (diff)
downloadnitrokey-sys-rs-4a9ed08e5c9f94c53e980e10106579d35e56d748.tar.gz
nitrokey-sys-rs-4a9ed08e5c9f94c53e980e10106579d35e56d748.tar.bz2
Update readme for libnitrokey compilation
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 758b558..c5f4b37 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,12 @@ devices.
nitrokey-sys = "0.1.0"
```
-Currently, this crate requires a `libnitrokey` installation available in the
-default library and include path.
+The version of this crate corresponds to the wrapped `libnitrokey` version.
+This crate contains a copy of the `libnitrokey` library, builds it from source
+and links it statically. The host system must provide its dependencies in the
+library search path:
+
+- `libhidapi-libusb0`
## Contact