diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2018-05-21 00:39:03 +0200 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2018-05-21 00:39:03 +0200 |
commit | 4a9ed08e5c9f94c53e980e10106579d35e56d748 (patch) | |
tree | 0b3abe7e90d03ad53787b3d9e99dfaa20c27f857 | |
parent | 9eee4b2475d74cd94c9d72b2520d5568d4564fba (diff) | |
download | nitrokey-sys-rs-4a9ed08e5c9f94c53e980e10106579d35e56d748.tar.gz nitrokey-sys-rs-4a9ed08e5c9f94c53e980e10106579d35e56d748.tar.bz2 |
Update readme for libnitrokey compilation
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |