From a101069e98308f7b6b9e5f479516767670ea9f49 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Fri, 15 Jun 2012 14:52:45 +0200 Subject: [PATCH] copy changes about dependencies from wiki. --- README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README b/README index b44b04a..7880533 100644 --- a/README +++ b/README @@ -69,13 +69,15 @@ 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, and libyubikey from yubico-c : +from the yubikey-personalization project : http://code.google.com/p/yubikey-personalization/ - http://code.google.com/p/yubico-c/ The build system uses Autoconf, to set up the build system run: @@ -85,7 +87,6 @@ The build system uses Autoconf, to set up the build system run: ------ Use --without-ldap to disable ldap support. -Use --without-cr to disable challenge-response support. Then build the code, run the self-test and install the binaries: