From 98eaf71502afeb4f14eb4f7bc365e3211b5709fb Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 21 May 2018 00:53:34 +0200 Subject: Update nitrokey-sys dependency to v3.3.0 Now libnitrokey v3.3 is compiled from source, fixing the problems with older libnitrokey versions (freeing strings, firmware version getter). Also, bindgen is no longer a build dependency. This makes the build process a lot faster. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1cd8e24..ff4f3b9 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,8 @@ nitrokey = "0.1.0" ## Compatibility -In order to use this crate, a [`libnitrokey`][] installation is required -(both development headers and library). The crate is developed using version -3.2, but any newer version should work too. +The required [`libnitrokey`][] version is built from source. The host system +must provide `libhidapi-libusb0` in the default library search path. As I only have access to a Nitrokey Pro, this crate only provides support for the Nitrokey Pro methods. If you want to contribute for the Nitrokey Storage, -- cgit v1.2.1