From 9fd4b0295f62c68d4bc3aaf96e79b6101fd516ff Mon Sep 17 00:00:00 2001 From: Fredrik Thulin Date: Wed, 13 Apr 2011 23:17:27 +0200 Subject: [PATCH] Add mentioning of recursive dependency on libyubikey. --- README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README b/README index b66020a..48863ca 100644 --- a/README +++ b/README @@ -63,13 +63,17 @@ ykclient library from: http://code.google.com/p/yubico-c-client/ -It in turn requires Curl, which you need to have installed. +It in turn requires Curl, which you need to have installed, and +libyubikey. Get libyubikey from + + http://code.google.com/p/yubico-c/ The new Challenge-Response offline authentication requires libykpers-1 from the yubikey-personalization project : http://code.google.com/p/yubikey-personalization/ + The build system uses Autoconf, to set up the build system run: ------